Html Css Color HEX #7612CB Purple Heart

📋 copy color: '#7612CB'

red 118 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #7612CB

Tints of Purple Heart #7612CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 34.81%
G = 5.31%
B = 59.88%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7612CB (or 0x7612CB) is known color: Purple Heart. HEX triplet: 76, 12 and CB. RGB value is (118,18,203). Sum of RGB (Red+Green+Blue) = 118+18+203=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #7612CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612CB is #89ED34. Grayscale: #444444. Windows color (decimal): -9039157 or 13308534. OLE color: 13308534.

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

Color convert

RGB 118 18 203 -
CMYK 0.42 0.91 0 0.20
HSL 272.43º 0.84% 0.43% -
HSV(B) 272.43º 0.91% 0.8% -
XYZ 18.47 8.6 57.19 -
YUV 68.99 203.63 162.96 -
System Red Green Blue C M Y K H S L
Decimal 118 18 203 0.42 0.91 0 0.20 272.43 0.84 0.43
Hex 76 12 CB 2A 5B 0 14 110 54 2B
Octal 166 22 313 52 133 0 24 420 124 53
Binary 1110110 10010 11001011 101010 1011011 0 10100 100010000 1010100 101011

Color Harmonies of #7612CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612CB

Black with #7612CB

Text Example


Text Example

White with #7612CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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