Html Css Color HEX #65479C Royal Purple

📋 copy color: '#65479C'

red 101 ◦ green 71 ◦ blue 156

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

Shades of Royal Purple #65479C

Tints of Royal Purple #65479C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 30.79%
G = 21.65%
B = 47.56%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65479C (or 0x65479C) is known color: Royal Purple. HEX triplet: 65, 47 and 9C. RGB value is (101,71,156). Sum of RGB (Red+Green+Blue) = 101+71+156=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #65479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65479C is #9AB863. Grayscale: #595959. Windows color (decimal): -10139748 or 10241893. OLE color: 10241893.

HSL color Cylindrical-coordinate representation of color #65479C: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65479C is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 71 156 -
CMYK 0.35 0.54 0 0.39
HSL 261.18º 0.37% 0.45% -
HSV(B) 261.18º 0.54% 0.61% -
XYZ 13.62 9.67 32.6 -
YUV 89.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 101 71 156 0.35 0.54 0 0.39 261.18 0.37 0.45
Hex 65 47 9C 23 36 0 27 105 25 2D
Octal 145 107 234 43 66 0 47 405 45 55
Binary 1100101 1000111 10011100 100011 110110 0 100111 100000101 100101 101101

Color Harmonies of #65479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65479C

Black with #65479C

Text Example


Text Example

White with #65479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65479C; }

 p { color: rgb(101,71,156); }

 H1.HeaderClassName
 {
   color: #65479C;
 }
 .AnyTagClassName
 {
   color: #65479C;
 }
</style>

background-color css

<style>
 a { background-color: #65479C; }

 a { background-color: rgb(101,71,156); }

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

border-color css

<style>
 span { border-color: #65479C; }

 span { border-color: rgb(101,71,156); }

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