Html Css Color HEX #6A2EAF Purple Heart

📋 copy color: '#6A2EAF'

red 106 ◦ green 46 ◦ blue 175

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

Shades of Purple Heart #6A2EAF

Tints of Purple Heart #6A2EAF

RGB

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

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

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

R = 32.42%
G = 14.07%
B = 53.52%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A2EAF (or 0x6A2EAF) is known color: Purple Heart. HEX triplet: 6A, 2E and AF. RGB value is (106,46,175). Sum of RGB (Red+Green+Blue) = 106+46+175=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2EAF is #95D150. Grayscale: #4E4E4E. Windows color (decimal): -9818449 or 11480682. OLE color: 11480682.

HSL color Cylindrical-coordinate representation of color #6A2EAF: hue angle of 267.91º 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 #6A2EAF is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 46 175 -
CMYK 0.39 0.74 0 0.31
HSL 267.91º 0.58% 0.43% -
HSV(B) 267.91º 0.74% 0.69% -
XYZ 14.66 8.11 41.35 -
YUV 78.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 106 46 175 0.39 0.74 0 0.31 267.91 0.58 0.43
Hex 6A 2E AF 27 4A 0 1F 10C 3A 2B
Octal 152 56 257 47 112 0 37 414 72 53
Binary 1101010 101110 10101111 100111 1001010 0 11111 100001100 111010 101011

Color Harmonies of #6A2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2EAF

Black with #6A2EAF

Text Example


Text Example

White with #6A2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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