Html Css Color HEX #6B1ADB Purple Heart

📋 copy color: '#6B1ADB'

red 107 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #6B1ADB

Tints of Purple Heart #6B1ADB

RGB

 RED value IS 107 (42.19% from 255) = 30.4%

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

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

R = 30.4%
G = 7.39%
B = 62.22%

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

#6B1ADB (or 0x6B1ADB) is known color: Purple Heart. HEX triplet: 6B, 1A and DB. RGB value is (107,26,219). Sum of RGB (Red+Green+Blue) = 107+26+219=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B1ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ADB is #94E524. Grayscale: #474747. Windows color (decimal): -9757989 or 14359147. OLE color: 14359147.

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

Color convert

RGB 107 26 219 -
CMYK 0.51 0.88 0 0.14
HSL 265.18º 0.79% 0.48% -
HSV(B) 265.18º 0.88% 0.86% -
XYZ 19.22 8.98 67.74 -
YUV 72.22 210.84 152.81 -
System Red Green Blue C M Y K H S L
Decimal 107 26 219 0.51 0.88 0 0.14 265.18 0.79 0.48
Hex 6B 1A DB 33 58 0 E 109 4F 30
Octal 153 32 333 63 130 0 16 411 117 60
Binary 1101011 11010 11011011 110011 1011000 0 1110 100001001 1001111 110000

Color Harmonies of #6B1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1ADB

Black with #6B1ADB

Text Example


Text Example

White with #6B1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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