Html Css Color HEX #65499F Royal Purple

📋 copy color: '#65499F'

red 101 ◦ green 73 ◦ blue 159

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

Shades of Royal Purple #65499F

Tints of Royal Purple #65499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 30.33%
G = 21.92%
B = 47.75%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65499F (or 0x65499F) is known color: Royal Purple. HEX triplet: 65, 49 and 9F. RGB value is (101,73,159). Sum of RGB (Red+Green+Blue) = 101+73+159=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #65499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65499F is #9AB660. Grayscale: #5A5A5A. Windows color (decimal): -10139233 or 10439013. OLE color: 10439013.

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

Color convert

RGB 101 73 159 -
CMYK 0.36 0.54 0 0.38
HSL 259.53º 0.37% 0.45% -
HSV(B) 259.53º 0.54% 0.62% -
XYZ 14.01 10.03 34 -
YUV 91.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 101 73 159 0.36 0.54 0 0.38 259.53 0.37 0.45
Hex 65 49 9F 24 36 0 26 104 25 2D
Octal 145 111 237 44 66 0 46 404 45 55
Binary 1100101 1001001 10011111 100100 110110 0 100110 100000100 100101 101101

Color Harmonies of #65499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65499F

Black with #65499F

Text Example


Text Example

White with #65499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65499F; }

 p { color: rgb(101,73,159); }

 H1.HeaderClassName
 {
   color: #65499F;
 }
 .AnyTagClassName
 {
   color: #65499F;
 }
</style>

background-color css

<style>
 a { background-color: #65499F; }

 a { background-color: rgb(101,73,159); }

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

border-color css

<style>
 span { border-color: #65499F; }

 span { border-color: rgb(101,73,159); }

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