Html Css Color HEX #65249D Royal Purple

📋 copy color: '#65249D'

red 101 ◦ green 36 ◦ blue 157

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

Shades of Royal Purple #65249D

Tints of Royal Purple #65249D

RGB

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

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

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

R = 34.35%
G = 12.24%
B = 53.4%

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

#65249D (or 0x65249D) is known color: Royal Purple. HEX triplet: 65, 24 and 9D. RGB value is (101,36,157). Sum of RGB (Red+Green+Blue) = 101+36+157=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #65249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65249D is #9ADB62. Grayscale: #444444. Windows color (decimal): -10148707 or 10298469. OLE color: 10298469.

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

Color convert

RGB 101 36 157 -
CMYK 0.36 0.77 0 0.38
HSL 272.23º 0.63% 0.38% -
HSV(B) 272.23º 0.77% 0.62% -
XYZ 12.08 6.46 32.51 -
YUV 69.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 101 36 157 0.36 0.77 0 0.38 272.23 0.63 0.38
Hex 65 24 9D 24 4D 0 26 110 3F 26
Octal 145 44 235 44 115 0 46 420 77 46
Binary 1100101 100100 10011101 100100 1001101 0 100110 100010000 111111 100110

Color Harmonies of #65249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65249D

Black with #65249D

Text Example


Text Example

White with #65249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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