Html Css Color HEX #7511CE Purple Heart

📋 copy color: '#7511CE'

red 117 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #7511CE

Tints of Purple Heart #7511CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 34.41%
G = 5%
B = 60.59%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7511CE (or 0x7511CE) is known color: Purple Heart. HEX triplet: 75, 11 and CE. RGB value is (117,17,206). Sum of RGB (Red+Green+Blue) = 117+17+206=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7511CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511CE is #8AEE31. Grayscale: #434343. Windows color (decimal): -9104946 or 13504885. OLE color: 13504885.

HSL color Cylindrical-coordinate representation of color #7511CE: hue angle of 271.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7511CE is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 17 206 -
CMYK 0.43 0.92 0 0.19
HSL 271.75º 0.85% 0.44% -
HSV(B) 271.75º 0.92% 0.81% -
XYZ 18.68 8.64 59.08 -
YUV 68.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 117 17 206 0.43 0.92 0 0.19 271.75 0.85 0.44
Hex 75 11 CE 2B 5C 0 13 110 55 2C
Octal 165 21 316 53 134 0 23 420 125 54
Binary 1110101 10001 11001110 101011 1011100 0 10011 100010000 1010101 101100

Color Harmonies of #7511CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511CE

Black with #7511CE

Text Example


Text Example

White with #7511CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7511CE; }

 p { color: rgb(117,17,206); }

 H1.HeaderClassName
 {
   color: #7511CE;
 }
 .AnyTagClassName
 {
   color: #7511CE;
 }
</style>

background-color css

<style>
 a { background-color: #7511CE; }

 a { background-color: rgb(117,17,206); }

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

border-color css

<style>
 span { border-color: #7511CE; }

 span { border-color: rgb(117,17,206); }

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