Html Css Color HEX #6B3BDB Purple Heart

📋 copy color: '#6B3BDB'

red 107 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #6B3BDB

Tints of Purple Heart #6B3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.32%

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

R = 27.79%
G = 15.32%
B = 56.88%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B3BDB (or 0x6B3BDB) is known color: Purple Heart. HEX triplet: 6B, 3B and DB. RGB value is (107,59,219). Sum of RGB (Red+Green+Blue) = 107+59+219=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BDB is #94C424. Grayscale: #5B5B5B. Windows color (decimal): -9749541 or 14367595. OLE color: 14367595.

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

Color convert

RGB 107 59 219 -
CMYK 0.51 0.73 0 0.14
HSL 258º 0.69% 0.55% -
HSV(B) 258º 0.73% 0.86% -
XYZ 20.41 11.37 68.14 -
YUV 91.59 199.9 138.99 -
System Red Green Blue C M Y K H S L
Decimal 107 59 219 0.51 0.73 0 0.14 258 0.69 0.55
Hex 6B 3B DB 33 49 0 E 102 45 37
Octal 153 73 333 63 111 0 16 402 105 67
Binary 1101011 111011 11011011 110011 1001001 0 1110 100000010 1000101 110111

Color Harmonies of #6B3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BDB

Black with #6B3BDB

Text Example


Text Example

White with #6B3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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