Html Css Color HEX #624BA4 Royal Purple

📋 copy color: '#624BA4'

red 98 ◦ green 75 ◦ blue 164

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

Shades of Royal Purple #624BA4

Tints of Royal Purple #624BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 164 (64.45% from 255) = 48.66%

R = 29.08%
G = 22.26%
B = 48.66%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#624BA4 (or 0x624BA4) is known color: Royal Purple. HEX triplet: 62, 4B and A4. RGB value is (98,75,164). Sum of RGB (Red+Green+Blue) = 98+75+164=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #624BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624BA4 is #9DB45B. Grayscale: #5B5B5B. Windows color (decimal): -10335324 or 10767202. OLE color: 10767202.

HSL color Cylindrical-coordinate representation of color #624BA4: hue angle of 255.51º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624BA4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 75 164 -
CMYK 0.40 0.54 0 0.36
HSL 255.51º 0.37% 0.47% -
HSV(B) 255.51º 0.54% 0.64% -
XYZ 14.25 10.31 36.36 -
YUV 92.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 98 75 164 0.40 0.54 0 0.36 255.51 0.37 0.47
Hex 62 4B A4 28 36 0 24 100 25 2F
Octal 142 113 244 50 66 0 44 400 45 57
Binary 1100010 1001011 10100100 101000 110110 0 100100 100000000 100101 101111

Color Harmonies of #624BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624BA4

Black with #624BA4

Text Example


Text Example

White with #624BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,75,164); }

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

background-color css

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

 a { background-color: rgb(98,75,164); }

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

border-color css

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

 span { border-color: rgb(98,75,164); }

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