Html Css Color HEX #65389C Royal Purple

📋 copy color: '#65389C'

red 101 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #65389C

Tints of Royal Purple #65389C

RGB

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

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

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

R = 32.27%
G = 17.89%
B = 49.84%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65389C (or 0x65389C) is known color: Royal Purple. HEX triplet: 65, 38 and 9C. RGB value is (101,56,156). Sum of RGB (Red+Green+Blue) = 101+56+156=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #65389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65389C is #9AC763. Grayscale: #505050. Windows color (decimal): -10143588 or 10238053. OLE color: 10238053.

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

Color convert

RGB 101 56 156 -
CMYK 0.35 0.64 0 0.39
HSL 267º 0.47% 0.42% -
HSV(B) 267º 0.64% 0.61% -
XYZ 12.78 8 32.32 -
YUV 80.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 101 56 156 0.35 0.64 0 0.39 267 0.47 0.42
Hex 65 38 9C 23 40 0 27 10B 2F 2A
Octal 145 70 234 43 100 0 47 413 57 52
Binary 1100101 111000 10011100 100011 1000000 0 100111 100001011 101111 101010

Color Harmonies of #65389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65389C

Black with #65389C

Text Example


Text Example

White with #65389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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