Html Css Color HEX #7212CC Purple Heart

📋 copy color: '#7212CC'

red 114 ◦ green 18 ◦ blue 204

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

Shades of Purple Heart #7212CC

Tints of Purple Heart #7212CC

RGB

 RED value IS 114 (44.92% from 255) = 33.93%

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 33.93%
G = 5.36%
B = 60.71%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7212CC (or 0x7212CC) is known color: Purple Heart. HEX triplet: 72, 12 and CC. RGB value is (114,18,204). Sum of RGB (Red+Green+Blue) = 114+18+204=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #7212CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212CC is #8DED33. Grayscale: #434343. Windows color (decimal): -9301300 or 13374066. OLE color: 13374066.

HSL color Cylindrical-coordinate representation of color #7212CC: hue angle of 270.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7212CC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 18 204 -
CMYK 0.44 0.91 0 0.2
HSL 270.97º 0.84% 0.44% -
HSV(B) 270.97º 0.91% 0.8% -
XYZ 18.05 8.37 57.79 -
YUV 67.91 204.8 160.88 -
System Red Green Blue C M Y K H S L
Decimal 114 18 204 0.44 0.91 0 0.2 270.97 0.84 0.44
Hex 72 12 CC 2C 5B 0 14 10F 54 2C
Octal 162 22 314 54 133 0 24 417 124 54
Binary 1110010 10010 11001100 101100 1011011 0 10100 100001111 1010100 101100

Color Harmonies of #7212CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212CC

Black with #7212CC

Text Example


Text Example

White with #7212CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7212CC; }

 p { color: rgb(114,18,204); }

 H1.HeaderClassName
 {
   color: #7212CC;
 }
 .AnyTagClassName
 {
   color: #7212CC;
 }
</style>

background-color css

<style>
 a { background-color: #7212CC; }

 a { background-color: rgb(114,18,204); }

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

border-color css

<style>
 span { border-color: #7212CC; }

 span { border-color: rgb(114,18,204); }

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