Html Css Color HEX #65259F Royal Purple

📋 copy color: '#65259F'

red 101 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #65259F

Tints of Royal Purple #65259F

RGB

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

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

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

R = 34.01%
G = 12.46%
B = 53.54%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65259F (or 0x65259F) is known color: Royal Purple. HEX triplet: 65, 25 and 9F. RGB value is (101,37,159). Sum of RGB (Red+Green+Blue) = 101+37+159=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #65259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65259F is #9ADA60. Grayscale: #454545. Windows color (decimal): -10148449 or 10429797. OLE color: 10429797.

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

Color convert

RGB 101 37 159 -
CMYK 0.36 0.77 0 0.38
HSL 271.48º 0.62% 0.38% -
HSV(B) 271.48º 0.77% 0.62% -
XYZ 12.29 6.59 33.43 -
YUV 70.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 101 37 159 0.36 0.77 0 0.38 271.48 0.62 0.38
Hex 65 25 9F 24 4D 0 26 10F 3E 26
Octal 145 45 237 44 115 0 46 417 76 46
Binary 1100101 100101 10011111 100100 1001101 0 100110 100001111 111110 100110

Color Harmonies of #65259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65259F

Black with #65259F

Text Example


Text Example

White with #65259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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