Html Css Color HEX #65189B Royal Purple

📋 copy color: '#65189B'

red 101 ◦ green 24 ◦ blue 155

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

Shades of Royal Purple #65189B

Tints of Royal Purple #65189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 36.07%
G = 8.57%
B = 55.36%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65189B (or 0x65189B) is known color: Royal Purple. HEX triplet: 65, 18 and 9B. RGB value is (101,24,155). Sum of RGB (Red+Green+Blue) = 101+24+155=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #65189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65189B is #9AE764. Grayscale: #3D3D3D. Windows color (decimal): -10151781 or 10164325. OLE color: 10164325.

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

Color convert

RGB 101 24 155 -
CMYK 0.35 0.85 0 0.39
HSL 275.27º 0.73% 0.35% -
HSV(B) 275.27º 0.85% 0.61% -
XYZ 11.61 5.79 31.52 -
YUV 61.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 101 24 155 0.35 0.85 0 0.39 275.27 0.73 0.35
Hex 65 18 9B 23 55 0 27 113 49 23
Octal 145 30 233 43 125 0 47 423 111 43
Binary 1100101 11000 10011011 100011 1010101 0 100111 100010011 1001001 100011

Color Harmonies of #65189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65189B

Black with #65189B

Text Example


Text Example

White with #65189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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