Html Css Color HEX #6226AA Purple Heart

📋 copy color: '#6226AA'

red 98 ◦ green 38 ◦ blue 170

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

Shades of Purple Heart #6226AA

Tints of Purple Heart #6226AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 32.03%
G = 12.42%
B = 55.56%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6226AA (or 0x6226AA) is known color: Purple Heart. HEX triplet: 62, 26 and AA. RGB value is (98,38,170). Sum of RGB (Red+Green+Blue) = 98+38+170=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6226AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226AA is #9DD955. Grayscale: #464646. Windows color (decimal): -10344790 or 11150946. OLE color: 11150946.

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

Color convert

RGB 98 38 170 -
CMYK 0.42 0.78 0 0.33
HSL 267.27º 0.63% 0.41% -
HSV(B) 267.27º 0.78% 0.67% -
XYZ 12.99 6.89 38.67 -
YUV 70.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 98 38 170 0.42 0.78 0 0.33 267.27 0.63 0.41
Hex 62 26 AA 2A 4E 0 21 10B 3F 29
Octal 142 46 252 52 116 0 41 413 77 51
Binary 1100010 100110 10101010 101010 1001110 0 100001 100001011 111111 101001

Color Harmonies of #6226AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226AA

Black with #6226AA

Text Example


Text Example

White with #6226AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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