Html Css Color HEX #65349D Royal Purple

📋 copy color: '#65349D'

red 101 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #65349D

Tints of Royal Purple #65349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 32.58%
G = 16.77%
B = 50.65%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65349D (or 0x65349D) is known color: Royal Purple. HEX triplet: 65, 34 and 9D. RGB value is (101,52,157). Sum of RGB (Red+Green+Blue) = 101+52+157=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #65349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349D is #9ACB62. Grayscale: #4E4E4E. Windows color (decimal): -10144611 or 10302565. OLE color: 10302565.

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

Color convert

RGB 101 52 157 -
CMYK 0.36 0.67 0 0.38
HSL 268º 0.5% 0.41% -
HSV(B) 268º 0.67% 0.62% -
XYZ 12.68 7.66 32.71 -
YUV 78.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 101 52 157 0.36 0.67 0 0.38 268 0.5 0.41
Hex 65 34 9D 24 43 0 26 10C 32 29
Octal 145 64 235 44 103 0 46 414 62 51
Binary 1100101 110100 10011101 100100 1000011 0 100110 100001100 110010 101001

Color Harmonies of #65349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65349D

Black with #65349D

Text Example


Text Example

White with #65349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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