Html Css Color HEX #6C3BDB Purple Heart

📋 copy color: '#6C3BDB'

red 108 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #6C3BDB

Tints of Purple Heart #6C3BDB

RGB

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

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

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

R = 27.98%
G = 15.28%
B = 56.74%

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

#6C3BDB (or 0x6C3BDB) is known color: Purple Heart. HEX triplet: 6C, 3B and DB. RGB value is (108,59,219). Sum of RGB (Red+Green+Blue) = 108+59+219=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3BDB is #93C424. Grayscale: #5B5B5B. Windows color (decimal): -9684005 or 14367596. OLE color: 14367596.

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

Color convert

RGB 108 59 219 -
CMYK 0.51 0.73 0 0.14
HSL 258.38º 0.69% 0.55% -
HSV(B) 258.38º 0.73% 0.86% -
XYZ 20.53 11.43 68.14 -
YUV 91.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 108 59 219 0.51 0.73 0 0.14 258.38 0.69 0.55
Hex 6C 3B DB 33 49 0 E 102 45 37
Octal 154 73 333 63 111 0 16 402 105 67
Binary 1101100 111011 11011011 110011 1001001 0 1110 100000010 1000101 110111

Color Harmonies of #6C3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3BDB

Black with #6C3BDB

Text Example


Text Example

White with #6C3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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