Html Css Color HEX #65259D Royal Purple

📋 copy color: '#65259D'

red 101 ◦ green 37 ◦ blue 157

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

Shades of Royal Purple #65259D

Tints of Royal Purple #65259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 34.24%
G = 12.54%
B = 53.22%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65259D (or 0x65259D) is known color: Royal Purple. HEX triplet: 65, 25 and 9D. RGB value is (101,37,157). Sum of RGB (Red+Green+Blue) = 101+37+157=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #65259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65259D is #9ADA62. Grayscale: #454545. Windows color (decimal): -10148451 or 10298725. OLE color: 10298725.

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

Color convert

RGB 101 37 157 -
CMYK 0.36 0.76 0 0.38
HSL 272º 0.62% 0.38% -
HSV(B) 272º 0.76% 0.62% -
XYZ 12.11 6.52 32.52 -
YUV 69.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 101 37 157 0.36 0.76 0 0.38 272 0.62 0.38
Hex 65 25 9D 24 4C 0 26 110 3E 26
Octal 145 45 235 44 114 0 46 420 76 46
Binary 1100101 100101 10011101 100100 1001100 0 100110 100010000 111110 100110

Color Harmonies of #65259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65259D

Black with #65259D

Text Example


Text Example

White with #65259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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