Html Css Color HEX #65369C Royal Purple

📋 copy color: '#65369C'

red 101 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #65369C

Tints of Royal Purple #65369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 32.48%
G = 17.36%
B = 50.16%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65369C (or 0x65369C) is known color: Royal Purple. HEX triplet: 65, 36 and 9C. RGB value is (101,54,156). Sum of RGB (Red+Green+Blue) = 101+54+156=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #65369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369C is #9AC963. Grayscale: #4F4F4F. Windows color (decimal): -10144100 or 10237541. OLE color: 10237541.

HSL color Cylindrical-coordinate representation of color #65369C: hue angle of 267.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65369C is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 54 156 -
CMYK 0.35 0.65 0 0.39
HSL 267.65º 0.49% 0.41% -
HSV(B) 267.65º 0.65% 0.61% -
XYZ 12.69 7.81 32.29 -
YUV 79.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 101 54 156 0.35 0.65 0 0.39 267.65 0.49 0.41
Hex 65 36 9C 23 41 0 27 10C 31 29
Octal 145 66 234 43 101 0 47 414 61 51
Binary 1100101 110110 10011100 100011 1000001 0 100111 100001100 110001 101001

Color Harmonies of #65369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65369C

Black with #65369C

Text Example


Text Example

White with #65369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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