Html Css Color HEX #65389F Royal Purple

📋 copy color: '#65389F'

red 101 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #65389F

Tints of Royal Purple #65389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 31.96%
G = 17.72%
B = 50.32%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65389F (or 0x65389F) is known color: Royal Purple. HEX triplet: 65, 38 and 9F. RGB value is (101,56,159). Sum of RGB (Red+Green+Blue) = 101+56+159=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #65389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65389F is #9AC760. Grayscale: #505050. Windows color (decimal): -10143585 or 10434661. OLE color: 10434661.

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

Color convert

RGB 101 56 159 -
CMYK 0.36 0.65 0 0.38
HSL 266.21º 0.48% 0.42% -
HSV(B) 266.21º 0.65% 0.62% -
XYZ 13.04 8.1 33.68 -
YUV 81.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 101 56 159 0.36 0.65 0 0.38 266.21 0.48 0.42
Hex 65 38 9F 24 41 0 26 10A 30 2A
Octal 145 70 237 44 101 0 46 412 60 52
Binary 1100101 111000 10011111 100100 1000001 0 100110 100001010 110000 101010

Color Harmonies of #65389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65389F

Black with #65389F

Text Example


Text Example

White with #65389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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