Html Css Color HEX #6229AB Purple Heart

📋 copy color: '#6229AB'

red 98 ◦ green 41 ◦ blue 171

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

Shades of Purple Heart #6229AB

Tints of Purple Heart #6229AB

RGB

 RED value IS 98 (38.67% from 255) = 31.61%

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

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

R = 31.61%
G = 13.23%
B = 55.16%

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

#6229AB (or 0x6229AB) is known color: Purple Heart. HEX triplet: 62, 29 and AB. RGB value is (98,41,171). Sum of RGB (Red+Green+Blue) = 98+41+171=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6229AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6229AB is #9DD654. Grayscale: #484848. Windows color (decimal): -10344021 or 11217250. OLE color: 11217250.

HSL color Cylindrical-coordinate representation of color #6229AB: hue angle of 266.31º 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 #6229AB is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 41 171 -
CMYK 0.43 0.76 0 0.33
HSL 266.31º 0.61% 0.42% -
HSV(B) 266.31º 0.76% 0.67% -
XYZ 13.18 7.12 39.21 -
YUV 72.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 98 41 171 0.43 0.76 0 0.33 266.31 0.61 0.42
Hex 62 29 AB 2B 4C 0 21 10A 3D 2A
Octal 142 51 253 53 114 0 41 412 75 52
Binary 1100010 101001 10101011 101011 1001100 0 100001 100001010 111101 101010

Color Harmonies of #6229AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6229AB

Black with #6229AB

Text Example


Text Example

White with #6229AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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