Html Css Color HEX #6616BE Purple Heart

📋 copy color: '#6616BE'

red 102 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #6616BE

Tints of Purple Heart #6616BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 32.48%
G = 7.01%
B = 60.51%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6616BE (or 0x6616BE) is known color: Purple Heart. HEX triplet: 66, 16 and BE. RGB value is (102,22,190). Sum of RGB (Red+Green+Blue) = 102+22+190=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #6616BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616BE is #99E941. Grayscale: #404040. Windows color (decimal): -10086722 or 12457574. OLE color: 12457574.

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

Color convert

RGB 102 22 190 -
CMYK 0.46 0.88 0 0.25
HSL 268.57º 0.79% 0.42% -
HSV(B) 268.57º 0.88% 0.75% -
XYZ 15.06 7.12 49.3 -
YUV 65.07 198.5 154.34 -
System Red Green Blue C M Y K H S L
Decimal 102 22 190 0.46 0.88 0 0.25 268.57 0.79 0.42
Hex 66 16 BE 2E 58 0 19 10D 4F 2A
Octal 146 26 276 56 130 0 31 415 117 52
Binary 1100110 10110 10111110 101110 1011000 0 11001 100001101 1001111 101010

Color Harmonies of #6616BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616BE

Black with #6616BE

Text Example


Text Example

White with #6616BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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