Html Css Color HEX #6127AA Purple Heart

📋 copy color: '#6127AA'

red 97 ◦ green 39 ◦ blue 170

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

Shades of Purple Heart #6127AA

Tints of Purple Heart #6127AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 31.7%
G = 12.75%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6127AA (or 0x6127AA) is known color: Purple Heart. HEX triplet: 61, 27 and AA. RGB value is (97,39,170). Sum of RGB (Red+Green+Blue) = 97+39+170=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6127AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6127AA is #9ED855. Grayscale: #464646. Windows color (decimal): -10410070 or 11151201. OLE color: 11151201.

HSL color Cylindrical-coordinate representation of color #6127AA: hue angle of 266.56º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6127AA is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 39 170 -
CMYK 0.43 0.77 0 0.33
HSL 266.56º 0.63% 0.41% -
HSV(B) 266.56º 0.77% 0.67% -
XYZ 12.91 6.89 38.68 -
YUV 71.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 97 39 170 0.43 0.77 0 0.33 266.56 0.63 0.41
Hex 61 27 AA 2B 4D 0 21 10B 3F 29
Octal 141 47 252 53 115 0 41 413 77 51
Binary 1100001 100111 10101010 101011 1001101 0 100001 100001011 111111 101001

Color Harmonies of #6127AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6127AA

Black with #6127AA

Text Example


Text Example

White with #6127AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6127AA; }

 p { color: rgb(97,39,170); }

 H1.HeaderClassName
 {
   color: #6127AA;
 }
 .AnyTagClassName
 {
   color: #6127AA;
 }
</style>

background-color css

<style>
 a { background-color: #6127AA; }

 a { background-color: rgb(97,39,170); }

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

border-color css

<style>
 span { border-color: #6127AA; }

 span { border-color: rgb(97,39,170); }

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