Html Css Color HEX #65189F Royal Purple

📋 copy color: '#65189F'

red 101 ◦ green 24 ◦ blue 159

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

Shades of Royal Purple #65189F

Tints of Royal Purple #65189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 35.56%
G = 8.45%
B = 55.99%

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

#65189F (or 0x65189F) is known color: Royal Purple. HEX triplet: 65, 18 and 9F. RGB value is (101,24,159). Sum of RGB (Red+Green+Blue) = 101+24+159=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #65189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65189F is #9AE760. Grayscale: #3D3D3D. Windows color (decimal): -10151777 or 10426469. OLE color: 10426469.

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

Color convert

RGB 101 24 159 -
CMYK 0.36 0.85 0 0.38
HSL 274.22º 0.74% 0.36% -
HSV(B) 274.22º 0.85% 0.62% -
XYZ 11.95 5.92 33.31 -
YUV 62.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 101 24 159 0.36 0.85 0 0.38 274.22 0.74 0.36
Hex 65 18 9F 24 55 0 26 112 4A 24
Octal 145 30 237 44 125 0 46 422 112 44
Binary 1100101 11000 10011111 100100 1010101 0 100110 100010010 1001010 100100

Color Harmonies of #65189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65189F

Black with #65189F

Text Example


Text Example

White with #65189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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