Html Css Color HEX #65479D Royal Purple

📋 copy color: '#65479D'

red 101 ◦ green 71 ◦ blue 157

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

Shades of Royal Purple #65479D

Tints of Royal Purple #65479D

RGB

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

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

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

R = 30.7%
G = 21.58%
B = 47.72%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65479D (or 0x65479D) is known color: Royal Purple. HEX triplet: 65, 47 and 9D. RGB value is (101,71,157). Sum of RGB (Red+Green+Blue) = 101+71+157=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #65479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65479D is #9AB862. Grayscale: #595959. Windows color (decimal): -10139747 or 10307429. OLE color: 10307429.

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

Color convert

RGB 101 71 157 -
CMYK 0.36 0.55 0 0.38
HSL 260.93º 0.38% 0.45% -
HSV(B) 260.93º 0.55% 0.62% -
XYZ 13.71 9.71 33.05 -
YUV 89.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 101 71 157 0.36 0.55 0 0.38 260.93 0.38 0.45
Hex 65 47 9D 24 37 0 26 105 26 2D
Octal 145 107 235 44 67 0 46 405 46 55
Binary 1100101 1000111 10011101 100100 110111 0 100110 100000101 100110 101101

Color Harmonies of #65479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65479D

Black with #65479D

Text Example


Text Example

White with #65479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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