Html Css Color HEX #65479F Royal Purple

📋 copy color: '#65479F'

red 101 ◦ green 71 ◦ blue 159

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

Shades of Royal Purple #65479F

Tints of Royal Purple #65479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 30.51%
G = 21.45%
B = 48.04%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65479F (or 0x65479F) is known color: Royal Purple. HEX triplet: 65, 47 and 9F. RGB value is (101,71,159). Sum of RGB (Red+Green+Blue) = 101+71+159=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #65479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65479F is #9AB860. Grayscale: #595959. Windows color (decimal): -10139745 or 10438501. OLE color: 10438501.

HSL color Cylindrical-coordinate representation of color #65479F: hue angle of 260.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65479F is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 71 159 -
CMYK 0.36 0.55 0 0.38
HSL 260.45º 0.38% 0.45% -
HSV(B) 260.45º 0.55% 0.62% -
XYZ 13.88 9.78 33.96 -
YUV 90 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 101 71 159 0.36 0.55 0 0.38 260.45 0.38 0.45
Hex 65 47 9F 24 37 0 26 104 26 2D
Octal 145 107 237 44 67 0 46 404 46 55
Binary 1100101 1000111 10011111 100100 110111 0 100110 100000100 100110 101101

Color Harmonies of #65479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65479F

Black with #65479F

Text Example


Text Example

White with #65479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65479F; }

 p { color: rgb(101,71,159); }

 H1.HeaderClassName
 {
   color: #65479F;
 }
 .AnyTagClassName
 {
   color: #65479F;
 }
</style>

background-color css

<style>
 a { background-color: #65479F; }

 a { background-color: rgb(101,71,159); }

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

border-color css

<style>
 span { border-color: #65479F; }

 span { border-color: rgb(101,71,159); }

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