Html Css Color HEX #6B15DB Purple Heart

📋 copy color: '#6B15DB'

red 107 ◦ green 21 ◦ blue 219

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

Shades of Purple Heart #6B15DB

Tints of Purple Heart #6B15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 30.84%
G = 6.05%
B = 63.11%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B15DB (or 0x6B15DB) is known color: Purple Heart. HEX triplet: 6B, 15 and DB. RGB value is (107,21,219). Sum of RGB (Red+Green+Blue) = 107+21+219=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B15DB is #94EA24. Grayscale: #444444. Windows color (decimal): -9759269 or 14357867. OLE color: 14357867.

HSL color Cylindrical-coordinate representation of color #6B15DB: hue angle of 266.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B15DB is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 21 219 -
CMYK 0.51 0.90 0 0.14
HSL 266.06º 0.83% 0.47% -
HSV(B) 266.06º 0.9% 0.86% -
XYZ 19.12 8.78 67.7 -
YUV 69.29 212.49 154.9 -
System Red Green Blue C M Y K H S L
Decimal 107 21 219 0.51 0.90 0 0.14 266.06 0.83 0.47
Hex 6B 15 DB 33 5A 0 E 10A 52 2F
Octal 153 25 333 63 132 0 16 412 122 57
Binary 1101011 10101 11011011 110011 1011010 0 1110 100001010 1010010 101111

Color Harmonies of #6B15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B15DB

Black with #6B15DB

Text Example


Text Example

White with #6B15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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