Html Css Color HEX #65189D Royal Purple

📋 copy color: '#65189D'

red 101 ◦ green 24 ◦ blue 157

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

Shades of Royal Purple #65189D

Tints of Royal Purple #65189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 35.82%
G = 8.51%
B = 55.67%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65189D (or 0x65189D) is known color: Royal Purple. HEX triplet: 65, 18 and 9D. RGB value is (101,24,157). Sum of RGB (Red+Green+Blue) = 101+24+157=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #65189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65189D is #9AE762. Grayscale: #3D3D3D. Windows color (decimal): -10151779 or 10295397. OLE color: 10295397.

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

Color convert

RGB 101 24 157 -
CMYK 0.36 0.85 0 0.38
HSL 274.74º 0.73% 0.35% -
HSV(B) 274.74º 0.85% 0.62% -
XYZ 11.78 5.85 32.41 -
YUV 62.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 101 24 157 0.36 0.85 0 0.38 274.74 0.73 0.35
Hex 65 18 9D 24 55 0 26 113 49 23
Octal 145 30 235 44 125 0 46 423 111 43
Binary 1100101 11000 10011101 100100 1010101 0 100110 100010011 1001001 100011

Color Harmonies of #65189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65189D

Black with #65189D

Text Example


Text Example

White with #65189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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