Html Css Color HEX #6228AA Purple Heart

📋 copy color: '#6228AA'

red 98 ◦ green 40 ◦ blue 170

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

Shades of Purple Heart #6228AA

Tints of Purple Heart #6228AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 31.82%
G = 12.99%
B = 55.19%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6228AA (or 0x6228AA) is known color: Purple Heart. HEX triplet: 62, 28 and AA. RGB value is (98,40,170). Sum of RGB (Red+Green+Blue) = 98+40+170=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 40 (16.02% from 255 or 12.99% 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 #6228AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6228AA is #9DD755. Grayscale: #474747. Windows color (decimal): -10344278 or 11151458. OLE color: 11151458.

HSL color Cylindrical-coordinate representation of color #6228AA: hue angle of 266.77º degrees, saturation: 0.62, 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 #6228AA is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 40 170 -
CMYK 0.42 0.76 0 0.33
HSL 266.77º 0.62% 0.41% -
HSV(B) 266.77º 0.76% 0.67% -
XYZ 13.05 7.02 38.7 -
YUV 72.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 98 40 170 0.42 0.76 0 0.33 266.77 0.62 0.41
Hex 62 28 AA 2A 4C 0 21 10B 3E 29
Octal 142 50 252 52 114 0 41 413 76 51
Binary 1100010 101000 10101010 101010 1001100 0 100001 100001011 111110 101001

Color Harmonies of #6228AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228AA

Black with #6228AA

Text Example


Text Example

White with #6228AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,40,170); }

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

background-color css

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

 a { background-color: rgb(98,40,170); }

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

border-color css

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

 span { border-color: rgb(98,40,170); }

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