Html Css Color HEX #65389B Royal Purple

📋 copy color: '#65389B'

red 101 ◦ green 56 ◦ blue 155

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

Shades of Royal Purple #65389B

Tints of Royal Purple #65389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 32.37%
G = 17.95%
B = 49.68%

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

#65389B (or 0x65389B) is known color: Royal Purple. HEX triplet: 65, 38 and 9B. RGB value is (101,56,155). Sum of RGB (Red+Green+Blue) = 101+56+155=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #65389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65389B is #9AC764. Grayscale: #505050. Windows color (decimal): -10143589 or 10172517. OLE color: 10172517.

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

Color convert

RGB 101 56 155 -
CMYK 0.35 0.64 0 0.39
HSL 267.27º 0.47% 0.41% -
HSV(B) 267.27º 0.64% 0.61% -
XYZ 12.7 7.96 31.88 -
YUV 80.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 101 56 155 0.35 0.64 0 0.39 267.27 0.47 0.41
Hex 65 38 9B 23 40 0 27 10B 2F 29
Octal 145 70 233 43 100 0 47 413 57 51
Binary 1100101 111000 10011011 100011 1000000 0 100111 100001011 101111 101001

Color Harmonies of #65389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65389B

Black with #65389B

Text Example


Text Example

White with #65389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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