Html Css Color HEX #65459F Royal Purple

📋 copy color: '#65459F'

red 101 ◦ green 69 ◦ blue 159

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

Shades of Royal Purple #65459F

Tints of Royal Purple #65459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 30.7%
G = 20.97%
B = 48.33%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65459F (or 0x65459F) is known color: Royal Purple. HEX triplet: 65, 45 and 9F. RGB value is (101,69,159). Sum of RGB (Red+Green+Blue) = 101+69+159=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #65459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459F is #9ABA60. Grayscale: #585858. Windows color (decimal): -10140257 or 10437989. OLE color: 10437989.

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

Color convert

RGB 101 69 159 -
CMYK 0.36 0.57 0 0.38
HSL 261.33º 0.39% 0.45% -
HSV(B) 261.33º 0.57% 0.62% -
XYZ 13.75 9.53 33.91 -
YUV 88.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 101 69 159 0.36 0.57 0 0.38 261.33 0.39 0.45
Hex 65 45 9F 24 39 0 26 105 27 2D
Octal 145 105 237 44 71 0 46 405 47 55
Binary 1100101 1000101 10011111 100100 111001 0 100110 100000101 100111 101101

Color Harmonies of #65459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65459F

Black with #65459F

Text Example


Text Example

White with #65459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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