Html Css Color HEX #65369F Royal Purple

📋 copy color: '#65369F'

red 101 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #65369F

Tints of Royal Purple #65369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 32.17%
G = 17.2%
B = 50.64%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65369F (or 0x65369F) is known color: Royal Purple. HEX triplet: 65, 36 and 9F. RGB value is (101,54,159). Sum of RGB (Red+Green+Blue) = 101+54+159=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #65369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369F is #9AC960. Grayscale: #4F4F4F. Windows color (decimal): -10144097 or 10434149. OLE color: 10434149.

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

Color convert

RGB 101 54 159 -
CMYK 0.36 0.66 0 0.38
HSL 266.86º 0.49% 0.42% -
HSV(B) 266.86º 0.66% 0.62% -
XYZ 12.94 7.91 33.65 -
YUV 80.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 101 54 159 0.36 0.66 0 0.38 266.86 0.49 0.42
Hex 65 36 9F 24 42 0 26 10B 31 2A
Octal 145 66 237 44 102 0 46 413 61 52
Binary 1100101 110110 10011111 100100 1000010 0 100110 100001011 110001 101010

Color Harmonies of #65369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65369F

Black with #65369F

Text Example


Text Example

White with #65369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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