Html Css Color HEX #6125AA Purple Heart

📋 copy color: '#6125AA'

red 97 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #6125AA

Tints of Purple Heart #6125AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 31.91%
G = 12.17%
B = 55.92%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6125AA (or 0x6125AA) is known color: Purple Heart. HEX triplet: 61, 25 and AA. RGB value is (97,37,170). Sum of RGB (Red+Green+Blue) = 97+37+170=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #6125AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6125AA is #9EDA55. Grayscale: #454545. Windows color (decimal): -10410582 or 11150689. OLE color: 11150689.

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

Color convert

RGB 97 37 170 -
CMYK 0.43 0.78 0 0.33
HSL 267.07º 0.64% 0.41% -
HSV(B) 267.07º 0.78% 0.67% -
XYZ 12.85 6.77 38.66 -
YUV 70.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 97 37 170 0.43 0.78 0 0.33 267.07 0.64 0.41
Hex 61 25 AA 2B 4E 0 21 10B 40 29
Octal 141 45 252 53 116 0 41 413 100 51
Binary 1100001 100101 10101010 101011 1001110 0 100001 100001011 1000000 101001

Color Harmonies of #6125AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125AA

Black with #6125AA

Text Example


Text Example

White with #6125AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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