Html Css Color HEX #65459B Royal Purple

📋 copy color: '#65459B'

red 101 ◦ green 69 ◦ blue 155

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

Shades of Royal Purple #65459B

Tints of Royal Purple #65459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 31.08%
G = 21.23%
B = 47.69%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65459B (or 0x65459B) is known color: Royal Purple. HEX triplet: 65, 45 and 9B. RGB value is (101,69,155). Sum of RGB (Red+Green+Blue) = 101+69+155=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #65459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459B is #9ABA64. Grayscale: #585858. Windows color (decimal): -10140261 or 10175845. OLE color: 10175845.

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

Color convert

RGB 101 69 155 -
CMYK 0.35 0.55 0 0.39
HSL 262.33º 0.38% 0.44% -
HSV(B) 262.33º 0.55% 0.61% -
XYZ 13.41 9.39 32.12 -
YUV 88.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 101 69 155 0.35 0.55 0 0.39 262.33 0.38 0.44
Hex 65 45 9B 23 37 0 27 106 26 2C
Octal 145 105 233 43 67 0 47 406 46 54
Binary 1100101 1000101 10011011 100011 110111 0 100111 100000110 100110 101100

Color Harmonies of #65459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65459B

Black with #65459B

Text Example


Text Example

White with #65459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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