Html Css Color HEX #6C3EDA Purple Heart

📋 copy color: '#6C3EDA'

red 108 ◦ green 62 ◦ blue 218

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

Shades of Purple Heart #6C3EDA

Tints of Purple Heart #6C3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.98%

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 27.84%
G = 15.98%
B = 56.19%

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

#6C3EDA (or 0x6C3EDA) is known color: Purple Heart. HEX triplet: 6C, 3E and DA. RGB value is (108,62,218). Sum of RGB (Red+Green+Blue) = 108+62+218=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C3EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3EDA is #93C125. Grayscale: #5C5C5C. Windows color (decimal): -9683238 or 14302828. OLE color: 14302828.

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

Color convert

RGB 108 62 218 -
CMYK 0.50 0.72 0 0.15
HSL 257.69º 0.68% 0.55% -
HSV(B) 257.69º 0.72% 0.85% -
XYZ 20.56 11.7 67.5 -
YUV 93.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 108 62 218 0.50 0.72 0 0.15 257.69 0.68 0.55
Hex 6C 3E DA 32 48 0 F 102 44 37
Octal 154 76 332 62 110 0 17 402 104 67
Binary 1101100 111110 11011010 110010 1001000 0 1111 100000010 1000100 110111

Color Harmonies of #6C3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3EDA

Black with #6C3EDA

Text Example


Text Example

White with #6C3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,62,218); }

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

background-color css

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

 a { background-color: rgb(108,62,218); }

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

border-color css

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

 span { border-color: rgb(108,62,218); }

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