Html Css Color HEX #7212CB Purple Heart

📋 copy color: '#7212CB'

red 114 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #7212CB

Tints of Purple Heart #7212CB

RGB

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

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

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

R = 34.03%
G = 5.37%
B = 60.6%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7212CB (or 0x7212CB) is known color: Purple Heart. HEX triplet: 72, 12 and CB. RGB value is (114,18,203). Sum of RGB (Red+Green+Blue) = 114+18+203=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #7212CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212CB is #8DED34. Grayscale: #434343. Windows color (decimal): -9301301 or 13308530. OLE color: 13308530.

HSL color Cylindrical-coordinate representation of color #7212CB: hue angle of 271.14º 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 #7212CB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 18 203 -
CMYK 0.44 0.91 0 0.20
HSL 271.14º 0.84% 0.43% -
HSV(B) 271.14º 0.91% 0.8% -
XYZ 17.94 8.32 57.16 -
YUV 67.79 204.3 160.96 -
System Red Green Blue C M Y K H S L
Decimal 114 18 203 0.44 0.91 0 0.20 271.14 0.84 0.43
Hex 72 12 CB 2C 5B 0 14 10F 54 2B
Octal 162 22 313 54 133 0 24 417 124 53
Binary 1110010 10010 11001011 101100 1011011 0 10100 100001111 1010100 101011

Color Harmonies of #7212CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212CB

Black with #7212CB

Text Example


Text Example

White with #7212CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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