Html Css Color HEX #65419E Royal Purple

📋 copy color: '#65419E'

red 101 ◦ green 65 ◦ blue 158

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

Shades of Royal Purple #65419E

Tints of Royal Purple #65419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 31.17%
G = 20.06%
B = 48.77%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65419E (or 0x65419E) is known color: Royal Purple. HEX triplet: 65, 41 and 9E. RGB value is (101,65,158). Sum of RGB (Red+Green+Blue) = 101+65+158=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #65419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65419E is #9ABE61. Grayscale: #565656. Windows color (decimal): -10141282 or 10371429. OLE color: 10371429.

HSL color Cylindrical-coordinate representation of color #65419E: hue angle of 263.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65419E is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 65 158 -
CMYK 0.36 0.59 0 0.38
HSL 263.23º 0.42% 0.44% -
HSV(B) 263.23º 0.59% 0.62% -
XYZ 13.43 9.02 33.38 -
YUV 86.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 101 65 158 0.36 0.59 0 0.38 263.23 0.42 0.44
Hex 65 41 9E 24 3B 0 26 107 2A 2C
Octal 145 101 236 44 73 0 46 407 52 54
Binary 1100101 1000001 10011110 100100 111011 0 100110 100000111 101010 101100

Color Harmonies of #65419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65419E

Black with #65419E

Text Example


Text Example

White with #65419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65419E; }

 p { color: rgb(101,65,158); }

 H1.HeaderClassName
 {
   color: #65419E;
 }
 .AnyTagClassName
 {
   color: #65419E;
 }
</style>

background-color css

<style>
 a { background-color: #65419E; }

 a { background-color: rgb(101,65,158); }

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

border-color css

<style>
 span { border-color: #65419E; }

 span { border-color: rgb(101,65,158); }

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