Html Css Color HEX #6C3ACE Purple Heart

📋 copy color: '#6C3ACE'

red 108 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #6C3ACE

Tints of Purple Heart #6C3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

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

R = 29.03%
G = 15.59%
B = 55.38%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C3ACE (or 0x6C3ACE) is known color: Purple Heart. HEX triplet: 6C, 3A and CE. RGB value is (108,58,206). Sum of RGB (Red+Green+Blue) = 108+58+206=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3ACE is #93C531. Grayscale: #595959. Windows color (decimal): -9684274 or 13515372. OLE color: 13515372.

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

Color convert

RGB 108 58 206 -
CMYK 0.48 0.72 0 0.19
HSL 260.27º 0.6% 0.52% -
HSV(B) 260.27º 0.72% 0.81% -
XYZ 18.84 10.67 59.46 -
YUV 89.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 108 58 206 0.48 0.72 0 0.19 260.27 0.6 0.52
Hex 6C 3A CE 30 48 0 13 104 3C 34
Octal 154 72 316 60 110 0 23 404 74 64
Binary 1101100 111010 11001110 110000 1001000 0 10011 100000100 111100 110100

Color Harmonies of #6C3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3ACE

Black with #6C3ACE

Text Example


Text Example

White with #6C3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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