Html Css Color HEX #6014CA Purple Heart

📋 copy color: '#6014CA'

red 96 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #6014CA

Tints of Purple Heart #6014CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 30.19%
G = 6.29%
B = 63.52%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6014CA (or 0x6014CA) is known color: Purple Heart. HEX triplet: 60, 14 and CA. RGB value is (96,20,202). Sum of RGB (Red+Green+Blue) = 96+20+202=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #6014CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014CA is #9FEB35. Grayscale: #3E3E3E. Windows color (decimal): -10480438 or 13243488. OLE color: 13243488.

HSL color Cylindrical-coordinate representation of color #6014CA: hue angle of 265.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6014CA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 20 202 -
CMYK 0.52 0.90 0 0.21
HSL 265.06º 0.82% 0.44% -
HSV(B) 265.06º 0.9% 0.79% -
XYZ 15.73 7.25 56.45 -
YUV 63.47 206.18 151.2 -
System Red Green Blue C M Y K H S L
Decimal 96 20 202 0.52 0.90 0 0.21 265.06 0.82 0.44
Hex 60 14 CA 34 5A 0 15 109 52 2C
Octal 140 24 312 64 132 0 25 411 122 54
Binary 1100000 10100 11001010 110100 1011010 0 10101 100001001 1010010 101100

Color Harmonies of #6014CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014CA

Black with #6014CA

Text Example


Text Example

White with #6014CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6014CA; }

 p { color: rgb(96,20,202); }

 H1.HeaderClassName
 {
   color: #6014CA;
 }
 .AnyTagClassName
 {
   color: #6014CA;
 }
</style>

background-color css

<style>
 a { background-color: #6014CA; }

 a { background-color: rgb(96,20,202); }

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

border-color css

<style>
 span { border-color: #6014CA; }

 span { border-color: rgb(96,20,202); }

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