Html Css Color HEX #65299A Royal Purple

📋 copy color: '#65299A'

red 101 ◦ green 41 ◦ blue 154

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

Shades of Royal Purple #65299A

Tints of Royal Purple #65299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 34.12%
G = 13.85%
B = 52.03%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65299A (or 0x65299A) is known color: Royal Purple. HEX triplet: 65, 29 and 9A. RGB value is (101,41,154). Sum of RGB (Red+Green+Blue) = 101+41+154=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #65299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65299A is #9AD665. Grayscale: #474747. Windows color (decimal): -10147430 or 10103141. OLE color: 10103141.

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

Color convert

RGB 101 41 154 -
CMYK 0.34 0.73 0 0.40
HSL 271.86º 0.58% 0.38% -
HSV(B) 271.86º 0.73% 0.6% -
XYZ 11.99 6.69 31.23 -
YUV 71.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 101 41 154 0.34 0.73 0 0.40 271.86 0.58 0.38
Hex 65 29 9A 22 49 0 28 110 3A 26
Octal 145 51 232 42 111 0 50 420 72 46
Binary 1100101 101001 10011010 100010 1001001 0 101000 100010000 111010 100110

Color Harmonies of #65299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65299A

Black with #65299A

Text Example


Text Example

White with #65299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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