Html Css Color HEX #634A9D Royal Purple

📋 copy color: '#634A9D'

red 99 ◦ green 74 ◦ blue 157

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

Shades of Royal Purple #634A9D

Tints of Royal Purple #634A9D

RGB

 RED value IS 99 (39.06% from 255) = 30%

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 30%
G = 22.42%
B = 47.58%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#634A9D (or 0x634A9D) is known color: Royal Purple. HEX triplet: 63, 4A and 9D. RGB value is (99,74,157). Sum of RGB (Red+Green+Blue) = 99+74+157=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #634A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634A9D is #9CB562. Grayscale: #5A5A5A. Windows color (decimal): -10270051 or 10308195. OLE color: 10308195.

HSL color Cylindrical-coordinate representation of color #634A9D: hue angle of 258.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634A9D is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 74 157 -
CMYK 0.37 0.53 0 0.38
HSL 258.07º 0.36% 0.45% -
HSV(B) 258.07º 0.53% 0.62% -
XYZ 13.68 9.98 33.1 -
YUV 90.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 99 74 157 0.37 0.53 0 0.38 258.07 0.36 0.45
Hex 63 4A 9D 25 35 0 26 102 24 2D
Octal 143 112 235 45 65 0 46 402 44 55
Binary 1100011 1001010 10011101 100101 110101 0 100110 100000010 100100 101101

Color Harmonies of #634A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A9D

Black with #634A9D

Text Example


Text Example

White with #634A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A9D; }

 p { color: rgb(99,74,157); }

 H1.HeaderClassName
 {
   color: #634A9D;
 }
 .AnyTagClassName
 {
   color: #634A9D;
 }
</style>

background-color css

<style>
 a { background-color: #634A9D; }

 a { background-color: rgb(99,74,157); }

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

border-color css

<style>
 span { border-color: #634A9D; }

 span { border-color: rgb(99,74,157); }

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