Html Css Color HEX #65379F Royal Purple

📋 copy color: '#65379F'

red 101 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #65379F

Tints of Royal Purple #65379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

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

R = 32.06%
G = 17.46%
B = 50.48%

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

#65379F (or 0x65379F) is known color: Royal Purple. HEX triplet: 65, 37 and 9F. RGB value is (101,55,159). Sum of RGB (Red+Green+Blue) = 101+55+159=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #65379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65379F is #9AC860. Grayscale: #505050. Windows color (decimal): -10143841 or 10434405. OLE color: 10434405.

HSL color Cylindrical-coordinate representation of color #65379F: hue angle of 266.54º degrees, saturation: 0.49, 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 #65379F is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 55 159 -
CMYK 0.36 0.65 0 0.38
HSL 266.54º 0.49% 0.42% -
HSV(B) 266.54º 0.65% 0.62% -
XYZ 12.99 8 33.66 -
YUV 80.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 101 55 159 0.36 0.65 0 0.38 266.54 0.49 0.42
Hex 65 37 9F 24 41 0 26 10B 31 2A
Octal 145 67 237 44 101 0 46 413 61 52
Binary 1100101 110111 10011111 100100 1000001 0 100110 100001011 110001 101010

Color Harmonies of #65379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65379F

Black with #65379F

Text Example


Text Example

White with #65379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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