Html Css Color HEX #65459D Royal Purple

📋 copy color: '#65459D'

red 101 ◦ green 69 ◦ blue 157

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

Shades of Royal Purple #65459D

Tints of Royal Purple #65459D

RGB

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

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

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

R = 30.89%
G = 21.1%
B = 48.01%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65459D (or 0x65459D) is known color: Royal Purple. HEX triplet: 65, 45 and 9D. RGB value is (101,69,157). Sum of RGB (Red+Green+Blue) = 101+69+157=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #65459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459D is #9ABA62. Grayscale: #585858. Windows color (decimal): -10140259 or 10306917. OLE color: 10306917.

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

Color convert

RGB 101 69 157 -
CMYK 0.36 0.56 0 0.38
HSL 261.82º 0.39% 0.44% -
HSV(B) 261.82º 0.56% 0.62% -
XYZ 13.58 9.46 33.01 -
YUV 88.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 101 69 157 0.36 0.56 0 0.38 261.82 0.39 0.44
Hex 65 45 9D 24 38 0 26 106 27 2C
Octal 145 105 235 44 70 0 46 406 47 54
Binary 1100101 1000101 10011101 100100 111000 0 100110 100000110 100111 101100

Color Harmonies of #65459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65459D

Black with #65459D

Text Example


Text Example

White with #65459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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