Html Css Color HEX #6016CF Purple Heart

📋 copy color: '#6016CF'

red 96 ◦ green 22 ◦ blue 207

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

Shades of Purple Heart #6016CF

Tints of Purple Heart #6016CF

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

 GREEN value IS 22 (8.98% from 255) = 6.77%

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

R = 29.54%
G = 6.77%
B = 63.69%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6016CF (or 0x6016CF) is known color: Purple Heart. HEX triplet: 60, 16 and CF. RGB value is (96,22,207). Sum of RGB (Red+Green+Blue) = 96+22+207=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #6016CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016CF is #9FE930. Grayscale: #404040. Windows color (decimal): -10479921 or 13571680. OLE color: 13571680.

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

Color convert

RGB 96 22 207 -
CMYK 0.54 0.89 0 0.19
HSL 264º 0.81% 0.45% -
HSV(B) 264º 0.89% 0.81% -
XYZ 16.37 7.57 59.63 -
YUV 65.22 208.02 149.96 -
System Red Green Blue C M Y K H S L
Decimal 96 22 207 0.54 0.89 0 0.19 264 0.81 0.45
Hex 60 16 CF 36 59 0 13 108 51 2D
Octal 140 26 317 66 131 0 23 410 121 55
Binary 1100000 10110 11001111 110110 1011001 0 10011 100001000 1010001 101101

Color Harmonies of #6016CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016CF

Black with #6016CF

Text Example


Text Example

White with #6016CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,22,207); }

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

background-color css

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

 a { background-color: rgb(96,22,207); }

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

border-color css

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

 span { border-color: rgb(96,22,207); }

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