Html Css Color HEX #65199A Royal Purple

📋 copy color: '#65199A'

red 101 ◦ green 25 ◦ blue 154

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

Shades of Royal Purple #65199A

Tints of Royal Purple #65199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 154 (60.55% from 255) = 55%

R = 36.07%
G = 8.93%
B = 55%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65199A (or 0x65199A) is known color: Royal Purple. HEX triplet: 65, 19 and 9A. RGB value is (101,25,154). Sum of RGB (Red+Green+Blue) = 101+25+154=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #65199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65199A is #9AE665. Grayscale: #3D3D3D. Windows color (decimal): -10151526 or 10099045. OLE color: 10099045.

HSL color Cylindrical-coordinate representation of color #65199A: hue angle of 275.35º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65199A is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 25 154 -
CMYK 0.34 0.84 0 0.40
HSL 275.35º 0.72% 0.35% -
HSV(B) 275.35º 0.84% 0.6% -
XYZ 11.55 5.8 31.08 -
YUV 62.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 101 25 154 0.34 0.84 0 0.40 275.35 0.72 0.35
Hex 65 19 9A 22 54 0 28 113 48 23
Octal 145 31 232 42 124 0 50 423 110 43
Binary 1100101 11001 10011010 100010 1010100 0 101000 100010011 1001000 100011

Color Harmonies of #65199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65199A

Black with #65199A

Text Example


Text Example

White with #65199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65199A; }

 p { color: rgb(101,25,154); }

 H1.HeaderClassName
 {
   color: #65199A;
 }
 .AnyTagClassName
 {
   color: #65199A;
 }
</style>

background-color css

<style>
 a { background-color: #65199A; }

 a { background-color: rgb(101,25,154); }

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

border-color css

<style>
 span { border-color: #65199A; }

 span { border-color: rgb(101,25,154); }

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