Html Css Color HEX #6129AB Purple Heart

📋 copy color: '#6129AB'

red 97 ◦ green 41 ◦ blue 171

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

Shades of Purple Heart #6129AB

Tints of Purple Heart #6129AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 31.39%
G = 13.27%
B = 55.34%

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

#6129AB (or 0x6129AB) is known color: Purple Heart. HEX triplet: 61, 29 and AB. RGB value is (97,41,171). Sum of RGB (Red+Green+Blue) = 97+41+171=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6129AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6129AB is #9ED654. Grayscale: #484848. Windows color (decimal): -10409557 or 11217249. OLE color: 11217249.

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

Color convert

RGB 97 41 171 -
CMYK 0.43 0.76 0 0.33
HSL 265.85º 0.61% 0.42% -
HSV(B) 265.85º 0.76% 0.67% -
XYZ 13.07 7.07 39.2 -
YUV 72.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 97 41 171 0.43 0.76 0 0.33 265.85 0.61 0.42
Hex 61 29 AB 2B 4C 0 21 10A 3D 2A
Octal 141 51 253 53 114 0 41 412 75 52
Binary 1100001 101001 10101011 101011 1001100 0 100001 100001010 111101 101010

Color Harmonies of #6129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6129AB

Black with #6129AB

Text Example


Text Example

White with #6129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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