Html Css Color HEX #6244A0 Royal Purple

📋 copy color: '#6244A0'

red 98 ◦ green 68 ◦ blue 160

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

Shades of Royal Purple #6244A0

Tints of Royal Purple #6244A0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 30.06%
G = 20.86%
B = 49.08%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6244A0 (or 0x6244A0) is known color: Royal Purple. HEX triplet: 62, 44 and A0. RGB value is (98,68,160). Sum of RGB (Red+Green+Blue) = 98+68+160=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #6244A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6244A0 is #9DBB5F. Grayscale: #575757. Windows color (decimal): -10337120 or 10503266. OLE color: 10503266.

HSL color Cylindrical-coordinate representation of color #6244A0: hue angle of 259.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6244A0 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 68 160 -
CMYK 0.39 0.57 0 0.37
HSL 259.57º 0.4% 0.45% -
HSV(B) 259.57º 0.58% 0.63% -
XYZ 13.45 9.27 34.34 -
YUV 87.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 98 68 160 0.39 0.57 0 0.37 259.57 0.4 0.45
Hex 62 44 A0 27 39 0 25 104 28 2D
Octal 142 104 240 47 71 0 45 404 50 55
Binary 1100010 1000100 10100000 100111 111001 0 100101 100000100 101000 101101

Color Harmonies of #6244A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6244A0

Black with #6244A0

Text Example


Text Example

White with #6244A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6244A0; }

 p { color: rgb(98,68,160); }

 H1.HeaderClassName
 {
   color: #6244A0;
 }
 .AnyTagClassName
 {
   color: #6244A0;
 }
</style>

background-color css

<style>
 a { background-color: #6244A0; }

 a { background-color: rgb(98,68,160); }

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

border-color css

<style>
 span { border-color: #6244A0; }

 span { border-color: rgb(98,68,160); }

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