Html Css Color HEX #654AA4 Royal Purple

📋 copy color: '#654AA4'

red 101 ◦ green 74 ◦ blue 164

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

Shades of Royal Purple #654AA4

Tints of Royal Purple #654AA4

RGB

 RED value IS 101 (39.84% from 255) = 29.79%

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

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

R = 29.79%
G = 21.83%
B = 48.38%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#654AA4 (or 0x654AA4) is known color: Royal Purple. HEX triplet: 65, 4A and A4. RGB value is (101,74,164). Sum of RGB (Red+Green+Blue) = 101+74+164=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #654AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654AA4 is #9AB55B. Grayscale: #5C5C5C. Windows color (decimal): -10138972 or 10766949. OLE color: 10766949.

HSL color Cylindrical-coordinate representation of color #654AA4: hue angle of 258º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654AA4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 74 164 -
CMYK 0.38 0.55 0 0.36
HSL 258º 0.38% 0.47% -
HSV(B) 258º 0.55% 0.64% -
XYZ 14.52 10.34 36.35 -
YUV 92.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 101 74 164 0.38 0.55 0 0.36 258 0.38 0.47
Hex 65 4A A4 26 37 0 24 102 26 2F
Octal 145 112 244 46 67 0 44 402 46 57
Binary 1100101 1001010 10100100 100110 110111 0 100100 100000010 100110 101111

Color Harmonies of #654AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AA4

Black with #654AA4

Text Example


Text Example

White with #654AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654AA4; }

 p { color: rgb(101,74,164); }

 H1.HeaderClassName
 {
   color: #654AA4;
 }
 .AnyTagClassName
 {
   color: #654AA4;
 }
</style>

background-color css

<style>
 a { background-color: #654AA4; }

 a { background-color: rgb(101,74,164); }

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

border-color css

<style>
 span { border-color: #654AA4; }

 span { border-color: rgb(101,74,164); }

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