Html Css Color HEX #65449E Royal Purple

📋 copy color: '#65449E'

red 101 ◦ green 68 ◦ blue 158

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

Shades of Royal Purple #65449E

Tints of Royal Purple #65449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 30.89%
G = 20.8%
B = 48.32%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65449E (or 0x65449E) is known color: Royal Purple. HEX triplet: 65, 44 and 9E. RGB value is (101,68,158). Sum of RGB (Red+Green+Blue) = 101+68+158=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #65449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65449E is #9ABB61. Grayscale: #575757. Windows color (decimal): -10140514 or 10372197. OLE color: 10372197.

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

Color convert

RGB 101 68 158 -
CMYK 0.36 0.57 0 0.38
HSL 262º 0.4% 0.44% -
HSV(B) 262º 0.57% 0.62% -
XYZ 13.61 9.37 33.44 -
YUV 88.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 101 68 158 0.36 0.57 0 0.38 262 0.4 0.44
Hex 65 44 9E 24 39 0 26 106 28 2C
Octal 145 104 236 44 71 0 46 406 50 54
Binary 1100101 1000100 10011110 100100 111001 0 100110 100000110 101000 101100

Color Harmonies of #65449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65449E

Black with #65449E

Text Example


Text Example

White with #65449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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