Html Css Color HEX #6025AA Purple Heart

📋 copy color: '#6025AA'

red 96 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #6025AA

Tints of Purple Heart #6025AA

RGB

 RED value IS 96 (37.89% from 255) = 31.68%

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

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

R = 31.68%
G = 12.21%
B = 56.11%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6025AA (or 0x6025AA) is known color: Purple Heart. HEX triplet: 60, 25 and AA. RGB value is (96,37,170). Sum of RGB (Red+Green+Blue) = 96+37+170=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #6025AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6025AA is #9FDA55. Grayscale: #454545. Windows color (decimal): -10476118 or 11150688. OLE color: 11150688.

HSL color Cylindrical-coordinate representation of color #6025AA: hue angle of 266.62º 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 #6025AA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 37 170 -
CMYK 0.44 0.78 0 0.33
HSL 266.62º 0.64% 0.41% -
HSV(B) 266.62º 0.78% 0.67% -
XYZ 12.74 6.71 38.65 -
YUV 69.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 96 37 170 0.44 0.78 0 0.33 266.62 0.64 0.41
Hex 60 25 AA 2C 4E 0 21 10B 40 29
Octal 140 45 252 54 116 0 41 413 100 51
Binary 1100000 100101 10101010 101100 1001110 0 100001 100001011 1000000 101001

Color Harmonies of #6025AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025AA

Black with #6025AA

Text Example


Text Example

White with #6025AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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