Html Css Color HEX #65199B Royal Purple

📋 copy color: '#65199B'

red 101 ◦ green 25 ◦ blue 155

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

Shades of Royal Purple #65199B

Tints of Royal Purple #65199B

RGB

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

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

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

R = 35.94%
G = 8.9%
B = 55.16%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65199B (or 0x65199B) is known color: Royal Purple. HEX triplet: 65, 19 and 9B. RGB value is (101,25,155). Sum of RGB (Red+Green+Blue) = 101+25+155=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #65199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65199B is #9AE664. Grayscale: #3E3E3E. Windows color (decimal): -10151525 or 10164581. OLE color: 10164581.

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

Color convert

RGB 101 25 155 -
CMYK 0.35 0.84 0 0.39
HSL 275.08º 0.72% 0.35% -
HSV(B) 275.08º 0.84% 0.61% -
XYZ 11.63 5.83 31.52 -
YUV 62.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 101 25 155 0.35 0.84 0 0.39 275.08 0.72 0.35
Hex 65 19 9B 23 54 0 27 113 48 23
Octal 145 31 233 43 124 0 47 423 110 43
Binary 1100101 11001 10011011 100011 1010100 0 100111 100010011 1001000 100011

Color Harmonies of #65199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65199B

Black with #65199B

Text Example


Text Example

White with #65199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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