Html Css Color HEX #6608BA Purple Heart

📋 copy color: '#6608BA'

red 102 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6608BA

Tints of Purple Heart #6608BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

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

R = 34.46%
G = 2.7%
B = 62.84%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6608BA (or 0x6608BA) is known color: Purple Heart. HEX triplet: 66, 08 and BA. RGB value is (102,8,186). Sum of RGB (Red+Green+Blue) = 102+8+186=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #6608BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608BA is #99F745. Grayscale: #373737. Windows color (decimal): -10090310 or 12191846. OLE color: 12191846.

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

Color convert

RGB 102 8 186 -
CMYK 0.45 0.96 0 0.27
HSL 271.69º 0.92% 0.38% -
HSV(B) 271.69º 0.96% 0.73% -
XYZ 14.43 6.54 46.96 -
YUV 56.4 201.14 160.53 -
System Red Green Blue C M Y K H S L
Decimal 102 8 186 0.45 0.96 0 0.27 271.69 0.92 0.38
Hex 66 8 BA 2D 60 0 1B 110 5C 26
Octal 146 10 272 55 140 0 33 420 134 46
Binary 1100110 1000 10111010 101101 1100000 0 11011 100010000 1011100 100110

Color Harmonies of #6608BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608BA

Black with #6608BA

Text Example


Text Example

White with #6608BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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