Html Css Color HEX #65339D Royal Purple

📋 copy color: '#65339D'

red 101 ◦ green 51 ◦ blue 157

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

Shades of Royal Purple #65339D

Tints of Royal Purple #65339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 32.69%
G = 16.5%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65339D (or 0x65339D) is known color: Royal Purple. HEX triplet: 65, 33 and 9D. RGB value is (101,51,157). Sum of RGB (Red+Green+Blue) = 101+51+157=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #65339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339D is #9ACC62. Grayscale: #4D4D4D. Windows color (decimal): -10144867 or 10302309. OLE color: 10302309.

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

Color convert

RGB 101 51 157 -
CMYK 0.36 0.68 0 0.38
HSL 268.3º 0.51% 0.41% -
HSV(B) 268.3º 0.68% 0.62% -
XYZ 12.64 7.57 32.69 -
YUV 78.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 101 51 157 0.36 0.68 0 0.38 268.3 0.51 0.41
Hex 65 33 9D 24 44 0 26 10C 33 29
Octal 145 63 235 44 104 0 46 414 63 51
Binary 1100101 110011 10011101 100100 1000100 0 100110 100001100 110011 101001

Color Harmonies of #65339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65339D

Black with #65339D

Text Example


Text Example

White with #65339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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