Html Css Color HEX #6B3BDC Purple Heart

📋 copy color: '#6B3BDC'

red 107 ◦ green 59 ◦ blue 220

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

Shades of Purple Heart #6B3BDC

Tints of Purple Heart #6B3BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 27.72%
G = 15.28%
B = 56.99%

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

#6B3BDC (or 0x6B3BDC) is known color: Purple Heart. HEX triplet: 6B, 3B and DC. RGB value is (107,59,220). Sum of RGB (Red+Green+Blue) = 107+59+220=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B3BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BDC is #94C423. Grayscale: #5B5B5B. Windows color (decimal): -9749540 or 14433131. OLE color: 14433131.

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

Color convert

RGB 107 59 220 -
CMYK 0.51 0.73 0 0.14
HSL 257.89º 0.7% 0.55% -
HSV(B) 257.89º 0.73% 0.86% -
XYZ 20.55 11.42 68.83 -
YUV 91.71 200.4 138.91 -
System Red Green Blue C M Y K H S L
Decimal 107 59 220 0.51 0.73 0 0.14 257.89 0.7 0.55
Hex 6B 3B DC 33 49 0 E 102 46 37
Octal 153 73 334 63 111 0 16 402 106 67
Binary 1101011 111011 11011100 110011 1001001 0 1110 100000010 1000110 110111

Color Harmonies of #6B3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BDC

Black with #6B3BDC

Text Example


Text Example

White with #6B3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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