Html Css Color HEX #6C3DCE Purple Heart

📋 copy color: '#6C3DCE'

red 108 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #6C3DCE

Tints of Purple Heart #6C3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 28.8%
G = 16.27%
B = 54.93%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C3DCE (or 0x6C3DCE) is known color: Purple Heart. HEX triplet: 6C, 3D and CE. RGB value is (108,61,206). Sum of RGB (Red+Green+Blue) = 108+61+206=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DCE is #93C231. Grayscale: #5B5B5B. Windows color (decimal): -9683506 or 13516140. OLE color: 13516140.

HSL color Cylindrical-coordinate representation of color #6C3DCE: hue angle of 259.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3DCE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 61 206 -
CMYK 0.48 0.70 0 0.19
HSL 259.45º 0.6% 0.52% -
HSV(B) 259.45º 0.7% 0.81% -
XYZ 18.99 10.98 59.51 -
YUV 91.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 108 61 206 0.48 0.70 0 0.19 259.45 0.6 0.52
Hex 6C 3D CE 30 46 0 13 103 3C 34
Octal 154 75 316 60 106 0 23 403 74 64
Binary 1101100 111101 11001110 110000 1000110 0 10011 100000011 111100 110100

Color Harmonies of #6C3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DCE

Black with #6C3DCE

Text Example


Text Example

White with #6C3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,206); }

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

background-color css

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

 a { background-color: rgb(108,61,206); }

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

border-color css

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

 span { border-color: rgb(108,61,206); }

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