Html Css Color HEX #6C16BC Purple Heart

📋 copy color: '#6C16BC'

red 108 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #6C16BC

Tints of Purple Heart #6C16BC

RGB

 RED value IS 108 (42.58% from 255) = 33.96%

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

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

R = 33.96%
G = 6.92%
B = 59.12%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C16BC (or 0x6C16BC) is known color: Purple Heart. HEX triplet: 6C, 16 and BC. RGB value is (108,22,188). Sum of RGB (Red+Green+Blue) = 108+22+188=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C16BC is #93E943. Grayscale: #424242. Windows color (decimal): -9693508 or 12326508. OLE color: 12326508.

HSL color Cylindrical-coordinate representation of color #6C16BC: hue angle of 271.08º 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 #6C16BC is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 22 188 -
CMYK 0.43 0.88 0 0.26
HSL 271.08º 0.79% 0.41% -
HSV(B) 271.08º 0.88% 0.74% -
XYZ 15.55 7.39 48.18 -
YUV 66.64 196.49 157.5 -
System Red Green Blue C M Y K H S L
Decimal 108 22 188 0.43 0.88 0 0.26 271.08 0.79 0.41
Hex 6C 16 BC 2B 58 0 1A 10F 4F 29
Octal 154 26 274 53 130 0 32 417 117 51
Binary 1101100 10110 10111100 101011 1011000 0 11010 100001111 1001111 101001

Color Harmonies of #6C16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16BC

Black with #6C16BC

Text Example


Text Example

White with #6C16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C16BC; }

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

 H1.HeaderClassName
 {
   color: #6C16BC;
 }
 .AnyTagClassName
 {
   color: #6C16BC;
 }
</style>

background-color css

<style>
 a { background-color: #6C16BC; }

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

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

border-color css

<style>
 span { border-color: #6C16BC; }

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

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