Html Css Color HEX #6614BA Purple Heart

📋 copy color: '#6614BA'

red 102 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #6614BA

Tints of Purple Heart #6614BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 33.12%
G = 6.49%
B = 60.39%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6614BA (or 0x6614BA) is known color: Purple Heart. HEX triplet: 66, 14 and BA. RGB value is (102,20,186). Sum of RGB (Red+Green+Blue) = 102+20+186=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6614BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614BA is #99EB45. Grayscale: #3E3E3E. Windows color (decimal): -10087238 or 12194918. OLE color: 12194918.

HSL color Cylindrical-coordinate representation of color #6614BA: hue angle of 269.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6614BA is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 20 186 -
CMYK 0.45 0.89 0 0.27
HSL 269.64º 0.81% 0.4% -
HSV(B) 269.64º 0.89% 0.73% -
XYZ 14.59 6.87 47.01 -
YUV 63.44 197.17 155.5 -
System Red Green Blue C M Y K H S L
Decimal 102 20 186 0.45 0.89 0 0.27 269.64 0.81 0.4
Hex 66 14 BA 2D 59 0 1B 10E 51 28
Octal 146 24 272 55 131 0 33 416 121 50
Binary 1100110 10100 10111010 101101 1011001 0 11011 100001110 1010001 101000

Color Harmonies of #6614BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6614BA

Black with #6614BA

Text Example


Text Example

White with #6614BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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