Html Css Color HEX #65469F Royal Purple

📋 copy color: '#65469F'

red 101 ◦ green 70 ◦ blue 159

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

Shades of Royal Purple #65469F

Tints of Royal Purple #65469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 30.61%
G = 21.21%
B = 48.18%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65469F (or 0x65469F) is known color: Royal Purple. HEX triplet: 65, 46 and 9F. RGB value is (101,70,159). Sum of RGB (Red+Green+Blue) = 101+70+159=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #65469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65469F is #9AB960. Grayscale: #595959. Windows color (decimal): -10140001 or 10438245. OLE color: 10438245.

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

Color convert

RGB 101 70 159 -
CMYK 0.36 0.56 0 0.38
HSL 260.9º 0.39% 0.45% -
HSV(B) 260.9º 0.56% 0.62% -
XYZ 13.82 9.65 33.94 -
YUV 89.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 101 70 159 0.36 0.56 0 0.38 260.9 0.39 0.45
Hex 65 46 9F 24 38 0 26 105 27 2D
Octal 145 106 237 44 70 0 46 405 47 55
Binary 1100101 1000110 10011111 100100 111000 0 100110 100000101 100111 101101

Color Harmonies of #65469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65469F

Black with #65469F

Text Example


Text Example

White with #65469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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