Html Css Color HEX #6224A5 Royal Purple

📋 copy color: '#6224A5'

red 98 ◦ green 36 ◦ blue 165

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

Shades of Royal Purple #6224A5

Tints of Royal Purple #6224A5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 165 (64.84% from 255) = 55.18%

R = 32.78%
G = 12.04%
B = 55.18%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6224A5 (or 0x6224A5) is known color: Royal Purple. HEX triplet: 62, 24 and A5. RGB value is (98,36,165). Sum of RGB (Red+Green+Blue) = 98+36+165=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #6224A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6224A5 is #9DDB5A. Grayscale: #444444. Windows color (decimal): -10345307 or 10822754. OLE color: 10822754.

HSL color Cylindrical-coordinate representation of color #6224A5: hue angle of 268.84º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6224A5 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 36 165 -
CMYK 0.41 0.78 0 0.35
HSL 268.84º 0.64% 0.39% -
HSV(B) 268.84º 0.78% 0.65% -
XYZ 12.46 6.58 36.21 -
YUV 69.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 98 36 165 0.41 0.78 0 0.35 268.84 0.64 0.39
Hex 62 24 A5 29 4E 0 23 10D 40 27
Octal 142 44 245 51 116 0 43 415 100 47
Binary 1100010 100100 10100101 101001 1001110 0 100011 100001101 1000000 100111

Color Harmonies of #6224A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224A5

Black with #6224A5

Text Example


Text Example

White with #6224A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6224A5; }

 p { color: rgb(98,36,165); }

 H1.HeaderClassName
 {
   color: #6224A5;
 }
 .AnyTagClassName
 {
   color: #6224A5;
 }
</style>

background-color css

<style>
 a { background-color: #6224A5; }

 a { background-color: rgb(98,36,165); }

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

border-color css

<style>
 span { border-color: #6224A5; }

 span { border-color: rgb(98,36,165); }

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