Html Css Color HEX #6A3BDB Purple Heart

📋 copy color: '#6A3BDB'

red 106 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #6A3BDB

Tints of Purple Heart #6A3BDB

RGB

 RED value IS 106 (41.8% from 255) = 27.6%

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

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

R = 27.6%
G = 15.36%
B = 57.03%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A3BDB (or 0x6A3BDB) is known color: Purple Heart. HEX triplet: 6A, 3B and DB. RGB value is (106,59,219). Sum of RGB (Red+Green+Blue) = 106+59+219=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3BDB is #95C424. Grayscale: #5A5A5A. Windows color (decimal): -9815077 or 14367594. OLE color: 14367594.

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

Color convert

RGB 106 59 219 -
CMYK 0.52 0.73 0 0.14
HSL 257.63º 0.69% 0.55% -
HSV(B) 257.63º 0.73% 0.86% -
XYZ 20.29 11.31 68.13 -
YUV 91.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 106 59 219 0.52 0.73 0 0.14 257.63 0.69 0.55
Hex 6A 3B DB 34 49 0 E 102 45 37
Octal 152 73 333 64 111 0 16 402 105 67
Binary 1101010 111011 11011011 110100 1001001 0 1110 100000010 1000101 110111

Color Harmonies of #6A3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3BDB

Black with #6A3BDB

Text Example


Text Example

White with #6A3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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