Html Css Color HEX #751ECF Purple Heart

📋 copy color: '#751ECF'

red 117 ◦ green 30 ◦ blue 207

#751ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #751ECF

Tints of Purple Heart #751ECF

RGB

 RED value IS 117 (46.09% from 255) = 33.05%

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 207 (81.25% from 255) = 58.47%

R = 33.05%
G = 8.47%
B = 58.47%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#751ECF (or 0x751ECF) is known color: Purple Heart. HEX triplet: 75, 1E and CF. RGB value is (117,30,207). Sum of RGB (Red+Green+Blue) = 117+30+207=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #751ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ECF is #8AE130. Grayscale: #4B4B4B. Windows color (decimal): -9101617 or 13573749. OLE color: 13573749.

HSL color Cylindrical-coordinate representation of color #751ECF: hue angle of 269.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ECF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 30 207 -
CMYK 0.43 0.86 0 0.19
HSL 269.49º 0.75% 0.46% -
HSV(B) 269.49º 0.86% 0.81% -
XYZ 19.06 9.22 59.81 -
YUV 76.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 117 30 207 0.43 0.86 0 0.19 269.49 0.75 0.46
Hex 75 1E CF 2B 56 0 13 10D 4B 2E
Octal 165 36 317 53 126 0 23 415 113 56
Binary 1110101 11110 11001111 101011 1010110 0 10011 100001101 1001011 101110

Color Harmonies of #751ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ECF

Black with #751ECF

Text Example


Text Example

White with #751ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751ECF; }

 p { color: rgb(117,30,207); }

 H1.HeaderClassName
 {
   color: #751ECF;
 }
 .AnyTagClassName
 {
   color: #751ECF;
 }
</style>

background-color css

<style>
 a { background-color: #751ECF; }

 a { background-color: rgb(117,30,207); }

 div.DivClassName
 {
   background-color: #751ECF;
 }
 .BgClassName
 {
   background-color: #751ECF;
 }
</style>

border-color css

<style>
 span { border-color: #751ECF; }

 span { border-color: rgb(117,30,207); }

 td.TdClassName
 {
   border-color: #751ECF;
 }
 .TagClassName
 {
   border-color: #751ECF;
 }
</style>