Html Css Color HEX #6121AE Purple Heart

📋 copy color: '#6121AE'

red 97 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #6121AE

Tints of Purple Heart #6121AE

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 31.91%
G = 10.86%
B = 57.24%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6121AE (or 0x6121AE) is known color: Purple Heart. HEX triplet: 61, 21 and AE. RGB value is (97,33,174). Sum of RGB (Red+Green+Blue) = 97+33+174=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #6121AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AE is #9EDE51. Grayscale: #434343. Windows color (decimal): -10411602 or 11411809. OLE color: 11411809.

HSL color Cylindrical-coordinate representation of color #6121AE: hue angle of 267.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6121AE is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 33 174 -
CMYK 0.44 0.81 0 0.32
HSL 267.23º 0.68% 0.41% -
HSV(B) 267.23º 0.81% 0.68% -
XYZ 13.11 6.69 40.64 -
YUV 68.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 97 33 174 0.44 0.81 0 0.32 267.23 0.68 0.41
Hex 61 21 AE 2C 51 0 20 10B 44 29
Octal 141 41 256 54 121 0 40 413 104 51
Binary 1100001 100001 10101110 101100 1010001 0 100000 100001011 1000100 101001

Color Harmonies of #6121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121AE

Black with #6121AE

Text Example


Text Example

White with #6121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6121AE; }

 p { color: rgb(97,33,174); }

 H1.HeaderClassName
 {
   color: #6121AE;
 }
 .AnyTagClassName
 {
   color: #6121AE;
 }
</style>

background-color css

<style>
 a { background-color: #6121AE; }

 a { background-color: rgb(97,33,174); }

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

border-color css

<style>
 span { border-color: #6121AE; }

 span { border-color: rgb(97,33,174); }

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