Html Css Color HEX #624DA0 Royal Purple

📋 copy color: '#624DA0'

red 98 ◦ green 77 ◦ blue 160

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

Shades of Royal Purple #624DA0

Tints of Royal Purple #624DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

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

R = 29.25%
G = 22.99%
B = 47.76%

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

#624DA0 (or 0x624DA0) is known color: Royal Purple. HEX triplet: 62, 4D and A0. RGB value is (98,77,160). Sum of RGB (Red+Green+Blue) = 98+77+160=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #624DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624DA0 is #9DB25F. Grayscale: #5C5C5C. Windows color (decimal): -10334816 or 10505570. OLE color: 10505570.

HSL color Cylindrical-coordinate representation of color #624DA0: hue angle of 255.18º degrees, saturation: 0.35, 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 #624DA0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 77 160 -
CMYK 0.39 0.52 0 0.37
HSL 255.18º 0.35% 0.46% -
HSV(B) 255.18º 0.52% 0.63% -
XYZ 14.04 10.44 34.53 -
YUV 92.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 98 77 160 0.39 0.52 0 0.37 255.18 0.35 0.46
Hex 62 4D A0 27 34 0 25 FF 23 2E
Octal 142 115 240 47 64 0 45 377 43 56
Binary 1100010 1001101 10100000 100111 110100 0 100101 11111111 100011 101110

Color Harmonies of #624DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DA0

Black with #624DA0

Text Example


Text Example

White with #624DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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