Html Css Color HEX #7210CC Purple Heart

📋 copy color: '#7210CC'

red 114 ◦ green 16 ◦ blue 204

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

Shades of Purple Heart #7210CC

Tints of Purple Heart #7210CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

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

R = 34.13%
G = 4.79%
B = 61.08%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7210CC (or 0x7210CC) is known color: Purple Heart. HEX triplet: 72, 10 and CC. RGB value is (114,16,204). Sum of RGB (Red+Green+Blue) = 114+16+204=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #7210CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210CC is #8DEF33. Grayscale: #424242. Windows color (decimal): -9301812 or 13373554. OLE color: 13373554.

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

Color convert

RGB 114 16 204 -
CMYK 0.44 0.92 0 0.2
HSL 271.28º 0.85% 0.43% -
HSV(B) 271.28º 0.92% 0.8% -
XYZ 18.02 8.31 57.78 -
YUV 66.73 205.47 161.71 -
System Red Green Blue C M Y K H S L
Decimal 114 16 204 0.44 0.92 0 0.2 271.28 0.85 0.43
Hex 72 10 CC 2C 5C 0 14 10F 55 2B
Octal 162 20 314 54 134 0 24 417 125 53
Binary 1110010 10000 11001100 101100 1011100 0 10100 100001111 1010101 101011

Color Harmonies of #7210CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210CC

Black with #7210CC

Text Example


Text Example

White with #7210CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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