Html Css Color HEX #6C1ADB Purple Heart

📋 copy color: '#6C1ADB'

red 108 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #6C1ADB

Tints of Purple Heart #6C1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 30.59%
G = 7.37%
B = 62.04%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C1ADB (or 0x6C1ADB) is known color: Purple Heart. HEX triplet: 6C, 1A and DB. RGB value is (108,26,219). Sum of RGB (Red+Green+Blue) = 108+26+219=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C1ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ADB is #93E524. Grayscale: #474747. Windows color (decimal): -9692453 or 14359148. OLE color: 14359148.

HSL color Cylindrical-coordinate representation of color #6C1ADB: hue angle of 265.49º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1ADB is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 26 219 -
CMYK 0.51 0.88 0 0.14
HSL 265.49º 0.79% 0.48% -
HSV(B) 265.49º 0.88% 0.86% -
XYZ 19.34 9.04 67.74 -
YUV 72.52 210.67 153.31 -
System Red Green Blue C M Y K H S L
Decimal 108 26 219 0.51 0.88 0 0.14 265.49 0.79 0.48
Hex 6C 1A DB 33 58 0 E 109 4F 30
Octal 154 32 333 63 130 0 16 411 117 60
Binary 1101100 11010 11011011 110011 1011000 0 1110 100001001 1001111 110000

Color Harmonies of #6C1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1ADB

Black with #6C1ADB

Text Example


Text Example

White with #6C1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,219); }

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

background-color css

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

 a { background-color: rgb(108,26,219); }

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

border-color css

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

 span { border-color: rgb(108,26,219); }

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