Html Css Color HEX #6B3CDC Purple Heart

📋 copy color: '#6B3CDC'

red 107 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #6B3CDC

Tints of Purple Heart #6B3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

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

R = 27.65%
G = 15.5%
B = 56.85%

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

#6B3CDC (or 0x6B3CDC) is known color: Purple Heart. HEX triplet: 6B, 3C and DC. RGB value is (107,60,220). Sum of RGB (Red+Green+Blue) = 107+60+220=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CDC is #94C323. Grayscale: #5B5B5B. Windows color (decimal): -9749284 or 14433387. OLE color: 14433387.

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

Color convert

RGB 107 60 220 -
CMYK 0.51 0.73 0 0.14
HSL 257.63º 0.7% 0.55% -
HSV(B) 257.63º 0.73% 0.86% -
XYZ 20.6 11.52 68.85 -
YUV 92.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 107 60 220 0.51 0.73 0 0.14 257.63 0.7 0.55
Hex 6B 3C DC 33 49 0 E 102 46 37
Octal 153 74 334 63 111 0 16 402 106 67
Binary 1101011 111100 11011100 110011 1001001 0 1110 100000010 1000110 110111

Color Harmonies of #6B3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CDC

Black with #6B3CDC

Text Example


Text Example

White with #6B3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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