Html Css Color HEX #6608BB Purple Heart

📋 copy color: '#6608BB'

red 102 ◦ green 8 ◦ blue 187

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

Shades of Purple Heart #6608BB

Tints of Purple Heart #6608BB

RGB

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

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

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

R = 34.34%
G = 2.69%
B = 62.96%

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

#6608BB (or 0x6608BB) is known color: Purple Heart. HEX triplet: 66, 08 and BB. RGB value is (102,8,187). Sum of RGB (Red+Green+Blue) = 102+8+187=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #6608BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608BB is #99F744. Grayscale: #373737. Windows color (decimal): -10090309 or 12257382. OLE color: 12257382.

HSL color Cylindrical-coordinate representation of color #6608BB: hue angle of 271.51º 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 #6608BB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 8 187 -
CMYK 0.45 0.96 0 0.27
HSL 271.51º 0.92% 0.38% -
HSV(B) 271.51º 0.96% 0.73% -
XYZ 14.54 6.59 47.52 -
YUV 56.51 201.64 160.45 -
System Red Green Blue C M Y K H S L
Decimal 102 8 187 0.45 0.96 0 0.27 271.51 0.92 0.38
Hex 66 8 BB 2D 60 0 1B 110 5C 26
Octal 146 10 273 55 140 0 33 420 134 46
Binary 1100110 1000 10111011 101101 1100000 0 11011 100010000 1011100 100110

Color Harmonies of #6608BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608BB

Black with #6608BB

Text Example


Text Example

White with #6608BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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