Html Css Color HEX #65369D Royal Purple

📋 copy color: '#65369D'

red 101 ◦ green 54 ◦ blue 157

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

Shades of Royal Purple #65369D

Tints of Royal Purple #65369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 32.37%
G = 17.31%
B = 50.32%

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

#65369D (or 0x65369D) is known color: Royal Purple. HEX triplet: 65, 36 and 9D. RGB value is (101,54,157). Sum of RGB (Red+Green+Blue) = 101+54+157=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #65369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369D is #9AC962. Grayscale: #4F4F4F. Windows color (decimal): -10144099 or 10303077. OLE color: 10303077.

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

Color convert

RGB 101 54 157 -
CMYK 0.36 0.66 0 0.38
HSL 267.38º 0.49% 0.41% -
HSV(B) 267.38º 0.66% 0.62% -
XYZ 12.77 7.84 32.74 -
YUV 79.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 101 54 157 0.36 0.66 0 0.38 267.38 0.49 0.41
Hex 65 36 9D 24 42 0 26 10B 31 29
Octal 145 66 235 44 102 0 46 413 61 51
Binary 1100101 110110 10011101 100100 1000010 0 100110 100001011 110001 101001

Color Harmonies of #65369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65369D

Black with #65369D

Text Example


Text Example

White with #65369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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