Html Css Color HEX #7612CE Purple Heart

📋 copy color: '#7612CE'

red 118 ◦ green 18 ◦ blue 206

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

Shades of Purple Heart #7612CE

Tints of Purple Heart #7612CE

RGB

 RED value IS 118 (46.48% from 255) = 34.5%

 GREEN value IS 18 (7.42% from 255) = 5.26%

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

R = 34.5%
G = 5.26%
B = 60.23%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7612CE (or 0x7612CE) is known color: Purple Heart. HEX triplet: 76, 12 and CE. RGB value is (118,18,206). Sum of RGB (Red+Green+Blue) = 118+18+206=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #7612CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612CE is #89ED31. Grayscale: #444444. Windows color (decimal): -9039154 or 13505142. OLE color: 13505142.

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

Color convert

RGB 118 18 206 -
CMYK 0.43 0.91 0 0.19
HSL 271.91º 0.84% 0.44% -
HSV(B) 271.91º 0.91% 0.81% -
XYZ 18.83 8.74 59.09 -
YUV 69.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 118 18 206 0.43 0.91 0 0.19 271.91 0.84 0.44
Hex 76 12 CE 2B 5B 0 13 110 54 2C
Octal 166 22 316 53 133 0 23 420 124 54
Binary 1110110 10010 11001110 101011 1011011 0 10011 100010000 1010100 101100

Color Harmonies of #7612CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612CE

Black with #7612CE

Text Example


Text Example

White with #7612CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,18,206); }

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

background-color css

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

 a { background-color: rgb(118,18,206); }

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

border-color css

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

 span { border-color: rgb(118,18,206); }

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