Html Css Color HEX #6C3AC7 Purple Heart

📋 copy color: '#6C3AC7'

red 108 ◦ green 58 ◦ blue 199

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

Shades of Purple Heart #6C3AC7

Tints of Purple Heart #6C3AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 29.59%
G = 15.89%
B = 54.52%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6C3AC7 (or 0x6C3AC7) is known color: Purple Heart. HEX triplet: 6C, 3A and C7. RGB value is (108,58,199). Sum of RGB (Red+Green+Blue) = 108+58+199=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #6C3AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3AC7 is #93C538. Grayscale: #585858. Windows color (decimal): -9684281 or 13056620. OLE color: 13056620.

HSL color Cylindrical-coordinate representation of color #6C3AC7: hue angle of 261.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C3AC7 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 58 199 -
CMYK 0.46 0.71 0 0.22
HSL 261.28º 0.56% 0.5% -
HSV(B) 261.28º 0.71% 0.78% -
XYZ 18.01 10.34 55.08 -
YUV 89.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 108 58 199 0.46 0.71 0 0.22 261.28 0.56 0.5
Hex 6C 3A C7 2E 47 0 16 105 38 32
Octal 154 72 307 56 107 0 26 405 70 62
Binary 1101100 111010 11000111 101110 1000111 0 10110 100000101 111000 110010

Color Harmonies of #6C3AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3AC7

Black with #6C3AC7

Text Example


Text Example

White with #6C3AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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