Html Css Color HEX #7210CF Purple Heart

📋 copy color: '#7210CF'

red 114 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #7210CF

Tints of Purple Heart #7210CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 33.83%
G = 4.75%
B = 61.42%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7210CF (or 0x7210CF) is known color: Purple Heart. HEX triplet: 72, 10 and CF. RGB value is (114,16,207). Sum of RGB (Red+Green+Blue) = 114+16+207=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #7210CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210CF is #8DEF30. Grayscale: #424242. Windows color (decimal): -9301809 or 13570162. OLE color: 13570162.

HSL color Cylindrical-coordinate representation of color #7210CF: hue angle of 270.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7210CF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 16 207 -
CMYK 0.45 0.92 0 0.19
HSL 270.79º 0.86% 0.44% -
HSV(B) 270.79º 0.92% 0.81% -
XYZ 18.39 8.45 59.69 -
YUV 67.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 114 16 207 0.45 0.92 0 0.19 270.79 0.86 0.44
Hex 72 10 CF 2D 5C 0 13 10F 56 2C
Octal 162 20 317 55 134 0 23 417 126 54
Binary 1110010 10000 11001111 101101 1011100 0 10011 100001111 1010110 101100

Color Harmonies of #7210CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210CF

Black with #7210CF

Text Example


Text Example

White with #7210CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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