Html Css Color HEX #65359D Royal Purple

📋 copy color: '#65359D'

red 101 ◦ green 53 ◦ blue 157

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

Shades of Royal Purple #65359D

Tints of Royal Purple #65359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 32.48%
G = 17.04%
B = 50.48%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65359D (or 0x65359D) is known color: Royal Purple. HEX triplet: 65, 35 and 9D. RGB value is (101,53,157). Sum of RGB (Red+Green+Blue) = 101+53+157=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #65359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359D is #9ACA62. Grayscale: #4E4E4E. Windows color (decimal): -10144355 or 10302821. OLE color: 10302821.

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

Color convert

RGB 101 53 157 -
CMYK 0.36 0.66 0 0.38
HSL 267.69º 0.5% 0.41% -
HSV(B) 267.69º 0.66% 0.62% -
XYZ 12.73 7.75 32.72 -
YUV 79.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 101 53 157 0.36 0.66 0 0.38 267.69 0.5 0.41
Hex 65 35 9D 24 42 0 26 10C 32 29
Octal 145 65 235 44 102 0 46 414 62 51
Binary 1100101 110101 10011101 100100 1000010 0 100110 100001100 110010 101001

Color Harmonies of #65359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65359D

Black with #65359D

Text Example


Text Example

White with #65359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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