Html Css Color HEX #6610BC Purple Heart

📋 copy color: '#6610BC'

red 102 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6610BC

Tints of Purple Heart #6610BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 33.33%
G = 5.23%
B = 61.44%

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

#6610BC (or 0x6610BC) is known color: Purple Heart. HEX triplet: 66, 10 and BC. RGB value is (102,16,188). Sum of RGB (Red+Green+Blue) = 102+16+188=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #6610BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6610BC is #99EF43. Grayscale: #3C3C3C. Windows color (decimal): -10088260 or 12324966. OLE color: 12324966.

HSL color Cylindrical-coordinate representation of color #6610BC: hue angle of 270º degrees, saturation: 0.84, 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 #6610BC is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 16 188 -
CMYK 0.46 0.91 0 0.26
HSL 270º 0.84% 0.4% -
HSV(B) 270º 0.91% 0.74% -
XYZ 14.74 6.83 48.12 -
YUV 61.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 102 16 188 0.46 0.91 0 0.26 270 0.84 0.4
Hex 66 10 BC 2E 5B 0 1A 10E 54 28
Octal 146 20 274 56 133 0 32 416 124 50
Binary 1100110 10000 10111100 101110 1011011 0 11010 100001110 1010100 101000

Color Harmonies of #6610BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610BC

Black with #6610BC

Text Example


Text Example

White with #6610BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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