Html Css Color HEX #6616BC Purple Heart

📋 copy color: '#6616BC'

red 102 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #6616BC

Tints of Purple Heart #6616BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 32.69%
G = 7.05%
B = 60.26%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6616BC (or 0x6616BC) is known color: Purple Heart. HEX triplet: 66, 16 and BC. RGB value is (102,22,188). Sum of RGB (Red+Green+Blue) = 102+22+188=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6616BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616BC is #99E943. Grayscale: #404040. Windows color (decimal): -10086724 or 12326502. OLE color: 12326502.

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

Color convert

RGB 102 22 188 -
CMYK 0.46 0.88 0 0.26
HSL 268.92º 0.79% 0.41% -
HSV(B) 268.92º 0.88% 0.74% -
XYZ 14.84 7.03 48.15 -
YUV 64.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 102 22 188 0.46 0.88 0 0.26 268.92 0.79 0.41
Hex 66 16 BC 2E 58 0 1A 10D 4F 29
Octal 146 26 274 56 130 0 32 415 117 51
Binary 1100110 10110 10111100 101110 1011000 0 11010 100001101 1001111 101001

Color Harmonies of #6616BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616BC

Black with #6616BC

Text Example


Text Example

White with #6616BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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