Html Css Color HEX #6614CA Purple Heart

📋 copy color: '#6614CA'

red 102 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #6614CA

Tints of Purple Heart #6614CA

RGB

 RED value IS 102 (40.23% from 255) = 31.48%

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

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

R = 31.48%
G = 6.17%
B = 62.35%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6614CA (or 0x6614CA) is known color: Purple Heart. HEX triplet: 66, 14 and CA. RGB value is (102,20,202). Sum of RGB (Red+Green+Blue) = 102+20+202=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #6614CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614CA is #99EB35. Grayscale: #404040. Windows color (decimal): -10087222 or 13243494. OLE color: 13243494.

HSL color Cylindrical-coordinate representation of color #6614CA: hue angle of 267.03º 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 #6614CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 20 202 -
CMYK 0.50 0.90 0 0.21
HSL 267.03º 0.82% 0.44% -
HSV(B) 267.03º 0.9% 0.79% -
XYZ 16.39 7.59 56.48 -
YUV 65.27 205.17 154.2 -
System Red Green Blue C M Y K H S L
Decimal 102 20 202 0.50 0.90 0 0.21 267.03 0.82 0.44
Hex 66 14 CA 32 5A 0 15 10B 52 2C
Octal 146 24 312 62 132 0 25 413 122 54
Binary 1100110 10100 11001010 110010 1011010 0 10101 100001011 1010010 101100

Color Harmonies of #6614CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6614CA

Black with #6614CA

Text Example


Text Example

White with #6614CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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