Html Css Color HEX #6C2EAF Purple Heart

📋 copy color: '#6C2EAF'

red 108 ◦ green 46 ◦ blue 175

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

Shades of Purple Heart #6C2EAF

Tints of Purple Heart #6C2EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 32.83%
G = 13.98%
B = 53.19%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C2EAF (or 0x6C2EAF) is known color: Purple Heart. HEX triplet: 6C, 2E and AF. RGB value is (108,46,175). Sum of RGB (Red+Green+Blue) = 108+46+175=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2EAF is #93D150. Grayscale: #4E4E4E. Windows color (decimal): -9687377 or 11480684. OLE color: 11480684.

HSL color Cylindrical-coordinate representation of color #6C2EAF: hue angle of 268.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2EAF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 46 175 -
CMYK 0.38 0.74 0 0.31
HSL 268.84º 0.58% 0.43% -
HSV(B) 268.84º 0.74% 0.69% -
XYZ 14.9 8.24 41.36 -
YUV 79.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 108 46 175 0.38 0.74 0 0.31 268.84 0.58 0.43
Hex 6C 2E AF 26 4A 0 1F 10D 3A 2B
Octal 154 56 257 46 112 0 37 415 72 53
Binary 1101100 101110 10101111 100110 1001010 0 11111 100001101 111010 101011

Color Harmonies of #6C2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2EAF

Black with #6C2EAF

Text Example


Text Example

White with #6C2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,46,175); }

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

background-color css

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

 a { background-color: rgb(108,46,175); }

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

border-color css

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

 span { border-color: rgb(108,46,175); }

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