Html Css Color HEX #65189E Royal Purple

📋 copy color: '#65189E'

red 101 ◦ green 24 ◦ blue 158

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

Shades of Royal Purple #65189E

Tints of Royal Purple #65189E

RGB

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

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

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

R = 35.69%
G = 8.48%
B = 55.83%

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

#65189E (or 0x65189E) is known color: Royal Purple. HEX triplet: 65, 18 and 9E. RGB value is (101,24,158). Sum of RGB (Red+Green+Blue) = 101+24+158=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #65189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65189E is #9AE761. Grayscale: #3D3D3D. Windows color (decimal): -10151778 or 10360933. OLE color: 10360933.

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

Color convert

RGB 101 24 158 -
CMYK 0.36 0.85 0 0.38
HSL 274.48º 0.74% 0.36% -
HSV(B) 274.48º 0.85% 0.62% -
XYZ 11.87 5.89 32.86 -
YUV 62.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 101 24 158 0.36 0.85 0 0.38 274.48 0.74 0.36
Hex 65 18 9E 24 55 0 26 112 4A 24
Octal 145 30 236 44 125 0 46 422 112 44
Binary 1100101 11000 10011110 100100 1010101 0 100110 100010010 1001010 100100

Color Harmonies of #65189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65189E

Black with #65189E

Text Example


Text Example

White with #65189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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