Html Css Color HEX #65409C Royal Purple

📋 copy color: '#65409C'

red 101 ◦ green 64 ◦ blue 156

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

Shades of Royal Purple #65409C

Tints of Royal Purple #65409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 31.46%
G = 19.94%
B = 48.6%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65409C (or 0x65409C) is known color: Royal Purple. HEX triplet: 65, 40 and 9C. RGB value is (101,64,156). Sum of RGB (Red+Green+Blue) = 101+64+156=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #65409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65409C is #9ABF63. Grayscale: #555555. Windows color (decimal): -10141540 or 10240101. OLE color: 10240101.

HSL color Cylindrical-coordinate representation of color #65409C: hue angle of 264.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65409C is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 64 156 -
CMYK 0.35 0.59 0 0.39
HSL 264.13º 0.42% 0.43% -
HSV(B) 264.13º 0.59% 0.61% -
XYZ 13.2 8.83 32.46 -
YUV 85.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 101 64 156 0.35 0.59 0 0.39 264.13 0.42 0.43
Hex 65 40 9C 23 3B 0 27 108 2A 2B
Octal 145 100 234 43 73 0 47 410 52 53
Binary 1100101 1000000 10011100 100011 111011 0 100111 100001000 101010 101011

Color Harmonies of #65409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65409C

Black with #65409C

Text Example


Text Example

White with #65409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65409C; }

 p { color: rgb(101,64,156); }

 H1.HeaderClassName
 {
   color: #65409C;
 }
 .AnyTagClassName
 {
   color: #65409C;
 }
</style>

background-color css

<style>
 a { background-color: #65409C; }

 a { background-color: rgb(101,64,156); }

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

border-color css

<style>
 span { border-color: #65409C; }

 span { border-color: rgb(101,64,156); }

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