Html Css Color HEX #6608BC Purple Heart

📋 copy color: '#6608BC'

red 102 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #6608BC

Tints of Purple Heart #6608BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 34.23%
G = 2.68%
B = 63.09%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6608BC (or 0x6608BC) is known color: Purple Heart. HEX triplet: 66, 08 and BC. RGB value is (102,8,188). Sum of RGB (Red+Green+Blue) = 102+8+188=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #6608BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608BC is #99F743. Grayscale: #383838. Windows color (decimal): -10090308 or 12322918. OLE color: 12322918.

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

Color convert

RGB 102 8 188 -
CMYK 0.46 0.96 0 0.26
HSL 271.33º 0.92% 0.38% -
HSV(B) 271.33º 0.96% 0.74% -
XYZ 14.64 6.63 48.08 -
YUV 56.63 202.14 160.36 -
System Red Green Blue C M Y K H S L
Decimal 102 8 188 0.46 0.96 0 0.26 271.33 0.92 0.38
Hex 66 8 BC 2E 60 0 1A 10F 5C 26
Octal 146 10 274 56 140 0 32 417 134 46
Binary 1100110 1000 10111100 101110 1100000 0 11010 100001111 1011100 100110

Color Harmonies of #6608BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608BC

Black with #6608BC

Text Example


Text Example

White with #6608BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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