Html Css Color HEX #6611BC Purple Heart

📋 copy color: '#6611BC'

red 102 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #6611BC

Tints of Purple Heart #6611BC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

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

R = 33.22%
G = 5.54%
B = 61.24%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6611BC (or 0x6611BC) is known color: Purple Heart. HEX triplet: 66, 11 and BC. RGB value is (102,17,188). Sum of RGB (Red+Green+Blue) = 102+17+188=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6611BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611BC is #99EE43. Grayscale: #3D3D3D. Windows color (decimal): -10088004 or 12325222. OLE color: 12325222.

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

Color convert

RGB 102 17 188 -
CMYK 0.46 0.91 0 0.26
HSL 269.82º 0.83% 0.4% -
HSV(B) 269.82º 0.91% 0.74% -
XYZ 14.76 6.86 48.12 -
YUV 61.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 102 17 188 0.46 0.91 0 0.26 269.82 0.83 0.4
Hex 66 11 BC 2E 5B 0 1A 10E 53 28
Octal 146 21 274 56 133 0 32 416 123 50
Binary 1100110 10001 10111100 101110 1011011 0 11010 100001110 1010011 101000

Color Harmonies of #6611BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6611BC

Black with #6611BC

Text Example


Text Example

White with #6611BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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