Html Css Color HEX #65359C Royal Purple

📋 copy color: '#65359C'

red 101 ◦ green 53 ◦ blue 156

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

Shades of Royal Purple #65359C

Tints of Royal Purple #65359C

RGB

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

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

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

R = 32.58%
G = 17.1%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65359C (or 0x65359C) is known color: Royal Purple. HEX triplet: 65, 35 and 9C. RGB value is (101,53,156). Sum of RGB (Red+Green+Blue) = 101+53+156=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #65359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359C is #9ACA63. Grayscale: #4E4E4E. Windows color (decimal): -10144356 or 10237285. OLE color: 10237285.

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

Color convert

RGB 101 53 156 -
CMYK 0.35 0.66 0 0.39
HSL 267.96º 0.49% 0.41% -
HSV(B) 267.96º 0.66% 0.61% -
XYZ 12.64 7.71 32.28 -
YUV 79.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 101 53 156 0.35 0.66 0 0.39 267.96 0.49 0.41
Hex 65 35 9C 23 42 0 27 10C 31 29
Octal 145 65 234 43 102 0 47 414 61 51
Binary 1100101 110101 10011100 100011 1000010 0 100111 100001100 110001 101001

Color Harmonies of #65359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65359C

Black with #65359C

Text Example


Text Example

White with #65359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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