Html Css Color HEX #6610BA Purple Heart

📋 copy color: '#6610BA'

red 102 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6610BA

Tints of Purple Heart #6610BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 33.55%
G = 5.26%
B = 61.18%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6610BA (or 0x6610BA) is known color: Purple Heart. HEX triplet: 66, 10 and BA. RGB value is (102,16,186). Sum of RGB (Red+Green+Blue) = 102+16+186=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6610BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610BA is #99EF45. Grayscale: #3C3C3C. Windows color (decimal): -10088262 or 12193894. OLE color: 12193894.

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

Color convert

RGB 102 16 186 -
CMYK 0.45 0.91 0 0.27
HSL 270.35º 0.84% 0.4% -
HSV(B) 270.35º 0.91% 0.73% -
XYZ 14.53 6.74 46.99 -
YUV 61.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 102 16 186 0.45 0.91 0 0.27 270.35 0.84 0.4
Hex 66 10 BA 2D 5B 0 1B 10E 54 28
Octal 146 20 272 55 133 0 33 416 124 50
Binary 1100110 10000 10111010 101101 1011011 0 11011 100001110 1010100 101000

Color Harmonies of #6610BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610BA

Black with #6610BA

Text Example


Text Example

White with #6610BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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