Html Css Color HEX #6C3CD9 Purple Heart

📋 copy color: '#6C3CD9'

red 108 ◦ green 60 ◦ blue 217

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

Shades of Purple Heart #6C3CD9

Tints of Purple Heart #6C3CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 56.36%

R = 28.05%
G = 15.58%
B = 56.36%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C3CD9 (or 0x6C3CD9) is known color: Purple Heart. HEX triplet: 6C, 3C and D9. RGB value is (108,60,217). Sum of RGB (Red+Green+Blue) = 108+60+217=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C3CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3CD9 is #93C326. Grayscale: #5B5B5B. Windows color (decimal): -9683751 or 14236780. OLE color: 14236780.

HSL color Cylindrical-coordinate representation of color #6C3CD9: hue angle of 258.34º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C3CD9 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 60 217 -
CMYK 0.50 0.72 0 0.15
HSL 258.34º 0.67% 0.54% -
HSV(B) 258.34º 0.72% 0.85% -
XYZ 20.32 11.43 66.78 -
YUV 92.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 108 60 217 0.50 0.72 0 0.15 258.34 0.67 0.54
Hex 6C 3C D9 32 48 0 F 102 43 36
Octal 154 74 331 62 110 0 17 402 103 66
Binary 1101100 111100 11011001 110010 1001000 0 1111 100000010 1000011 110110

Color Harmonies of #6C3CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3CD9

Black with #6C3CD9

Text Example


Text Example

White with #6C3CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,217); }

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

background-color css

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

 a { background-color: rgb(108,60,217); }

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

border-color css

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

 span { border-color: rgb(108,60,217); }

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