Html Css Color HEX #6129AA Purple Heart

📋 copy color: '#6129AA'

red 97 ◦ green 41 ◦ blue 170

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

Shades of Purple Heart #6129AA

Tints of Purple Heart #6129AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 31.49%
G = 13.31%
B = 55.19%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6129AA (or 0x6129AA) is known color: Purple Heart. HEX triplet: 61, 29 and AA. RGB value is (97,41,170). Sum of RGB (Red+Green+Blue) = 97+41+170=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6129AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6129AA is #9ED655. Grayscale: #474747. Windows color (decimal): -10409558 or 11151713. OLE color: 11151713.

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

Color convert

RGB 97 41 170 -
CMYK 0.43 0.76 0 0.33
HSL 266.05º 0.61% 0.41% -
HSV(B) 266.05º 0.76% 0.67% -
XYZ 12.98 7.03 38.7 -
YUV 72.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 97 41 170 0.43 0.76 0 0.33 266.05 0.61 0.41
Hex 61 29 AA 2B 4C 0 21 10A 3D 29
Octal 141 51 252 53 114 0 41 412 75 51
Binary 1100001 101001 10101010 101011 1001100 0 100001 100001010 111101 101001

Color Harmonies of #6129AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129AA

Black with #6129AA

Text Example


Text Example

White with #6129AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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