Html Css Color HEX #6612BC Purple Heart

📋 copy color: '#6612BC'

red 102 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6612BC

Tints of Purple Heart #6612BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 33.12%
G = 5.84%
B = 61.04%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6612BC (or 0x6612BC) is known color: Purple Heart. HEX triplet: 66, 12 and BC. RGB value is (102,18,188). Sum of RGB (Red+Green+Blue) = 102+18+188=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6612BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612BC is #99ED43. Grayscale: #3D3D3D. Windows color (decimal): -10087748 or 12325478. OLE color: 12325478.

HSL color Cylindrical-coordinate representation of color #6612BC: hue angle of 269.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6612BC is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 18 188 -
CMYK 0.46 0.90 0 0.26
HSL 269.65º 0.83% 0.4% -
HSV(B) 269.65º 0.9% 0.74% -
XYZ 14.77 6.89 48.13 -
YUV 62.5 198.83 156.18 -
System Red Green Blue C M Y K H S L
Decimal 102 18 188 0.46 0.90 0 0.26 269.65 0.83 0.4
Hex 66 12 BC 2E 5A 0 1A 10E 53 28
Octal 146 22 274 56 132 0 32 416 123 50
Binary 1100110 10010 10111100 101110 1011010 0 11010 100001110 1010011 101000

Color Harmonies of #6612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6612BC

Black with #6612BC

Text Example


Text Example

White with #6612BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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