Html Css Color HEX #624CA0 Royal Purple

📋 copy color: '#624CA0'

red 98 ◦ green 76 ◦ blue 160

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

Shades of Royal Purple #624CA0

Tints of Royal Purple #624CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 29.34%
G = 22.75%
B = 47.9%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#624CA0 (or 0x624CA0) is known color: Royal Purple. HEX triplet: 62, 4C and A0. RGB value is (98,76,160). Sum of RGB (Red+Green+Blue) = 98+76+160=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #624CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CA0 is #9DB35F. Grayscale: #5B5B5B. Windows color (decimal): -10335072 or 10505314. OLE color: 10505314.

HSL color Cylindrical-coordinate representation of color #624CA0: hue angle of 255.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #624CA0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 76 160 -
CMYK 0.39 0.52 0 0.37
HSL 255.71º 0.36% 0.46% -
HSV(B) 255.71º 0.53% 0.63% -
XYZ 13.97 10.3 34.51 -
YUV 92.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 98 76 160 0.39 0.52 0 0.37 255.71 0.36 0.46
Hex 62 4C A0 27 34 0 25 100 24 2E
Octal 142 114 240 47 64 0 45 400 44 56
Binary 1100010 1001100 10100000 100111 110100 0 100101 100000000 100100 101110

Color Harmonies of #624CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624CA0

Black with #624CA0

Text Example


Text Example

White with #624CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624CA0; }

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

 H1.HeaderClassName
 {
   color: #624CA0;
 }
 .AnyTagClassName
 {
   color: #624CA0;
 }
</style>

background-color css

<style>
 a { background-color: #624CA0; }

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

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

border-color css

<style>
 span { border-color: #624CA0; }

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

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