Html Css Color HEX #6A2FAE Purple Heart

📋 copy color: '#6A2FAE'

red 106 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #6A2FAE

Tints of Purple Heart #6A2FAE

RGB

 RED value IS 106 (41.8% from 255) = 32.42%

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 32.42%
G = 14.37%
B = 53.21%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A2FAE (or 0x6A2FAE) is known color: Purple Heart. HEX triplet: 6A, 2F and AE. RGB value is (106,47,174). Sum of RGB (Red+Green+Blue) = 106+47+174=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A2FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2FAE is #95D051. Grayscale: #4E4E4E. Windows color (decimal): -9818194 or 11415402. OLE color: 11415402.

HSL color Cylindrical-coordinate representation of color #6A2FAE: hue angle of 267.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2FAE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 47 174 -
CMYK 0.39 0.73 0 0.32
HSL 267.87º 0.57% 0.43% -
HSV(B) 267.87º 0.73% 0.68% -
XYZ 14.6 8.15 40.85 -
YUV 79.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 106 47 174 0.39 0.73 0 0.32 267.87 0.57 0.43
Hex 6A 2F AE 27 49 0 20 10C 39 2B
Octal 152 57 256 47 111 0 40 414 71 53
Binary 1101010 101111 10101110 100111 1001001 0 100000 100001100 111001 101011

Color Harmonies of #6A2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2FAE

Black with #6A2FAE

Text Example


Text Example

White with #6A2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,47,174); }

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

background-color css

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

 a { background-color: rgb(106,47,174); }

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

border-color css

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

 span { border-color: rgb(106,47,174); }

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