Html Css Color HEX #65249E Royal Purple

📋 copy color: '#65249E'

red 101 ◦ green 36 ◦ blue 158

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

Shades of Royal Purple #65249E

Tints of Royal Purple #65249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 34.24%
G = 12.2%
B = 53.56%

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

#65249E (or 0x65249E) is known color: Royal Purple. HEX triplet: 65, 24 and 9E. RGB value is (101,36,158). Sum of RGB (Red+Green+Blue) = 101+36+158=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #65249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65249E is #9ADB61. Grayscale: #444444. Windows color (decimal): -10148706 or 10364005. OLE color: 10364005.

HSL color Cylindrical-coordinate representation of color #65249E: hue angle of 271.97º degrees, saturation: 0.63, 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 #65249E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 36 158 -
CMYK 0.36 0.77 0 0.38
HSL 271.97º 0.63% 0.38% -
HSV(B) 271.97º 0.77% 0.62% -
XYZ 12.17 6.5 32.96 -
YUV 69.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 101 36 158 0.36 0.77 0 0.38 271.97 0.63 0.38
Hex 65 24 9E 24 4D 0 26 110 3F 26
Octal 145 44 236 44 115 0 46 420 77 46
Binary 1100101 100100 10011110 100100 1001101 0 100110 100010000 111111 100110

Color Harmonies of #65249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65249E

Black with #65249E

Text Example


Text Example

White with #65249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65249E; }

 p { color: rgb(101,36,158); }

 H1.HeaderClassName
 {
   color: #65249E;
 }
 .AnyTagClassName
 {
   color: #65249E;
 }
</style>

background-color css

<style>
 a { background-color: #65249E; }

 a { background-color: rgb(101,36,158); }

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

border-color css

<style>
 span { border-color: #65249E; }

 span { border-color: rgb(101,36,158); }

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