Html Css Color HEX #6614BB Purple Heart

📋 copy color: '#6614BB'

red 102 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #6614BB

Tints of Purple Heart #6614BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 33.01%
G = 6.47%
B = 60.52%

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

#6614BB (or 0x6614BB) is known color: Purple Heart. HEX triplet: 66, 14 and BB. RGB value is (102,20,187). Sum of RGB (Red+Green+Blue) = 102+20+187=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #6614BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614BB is #99EB44. Grayscale: #3E3E3E. Windows color (decimal): -10087237 or 12260454. OLE color: 12260454.

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

Color convert

RGB 102 20 187 -
CMYK 0.45 0.89 0 0.27
HSL 269.46º 0.81% 0.41% -
HSV(B) 269.46º 0.89% 0.73% -
XYZ 14.7 6.91 47.57 -
YUV 63.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 102 20 187 0.45 0.89 0 0.27 269.46 0.81 0.41
Hex 66 14 BB 2D 59 0 1B 10D 51 29
Octal 146 24 273 55 131 0 33 415 121 51
Binary 1100110 10100 10111011 101101 1011001 0 11011 100001101 1010001 101001

Color Harmonies of #6614BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6614BB

Black with #6614BB

Text Example


Text Example

White with #6614BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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