Html Css Color HEX #65349B Royal Purple

📋 copy color: '#65349B'

red 101 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #65349B

Tints of Royal Purple #65349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 32.79%
G = 16.88%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65349B (or 0x65349B) is known color: Royal Purple. HEX triplet: 65, 34 and 9B. RGB value is (101,52,155). Sum of RGB (Red+Green+Blue) = 101+52+155=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #65349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349B is #9ACB64. Grayscale: #4E4E4E. Windows color (decimal): -10144613 or 10171493. OLE color: 10171493.

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

Color convert

RGB 101 52 155 -
CMYK 0.35 0.66 0 0.39
HSL 268.54º 0.5% 0.41% -
HSV(B) 268.54º 0.66% 0.61% -
XYZ 12.51 7.59 31.82 -
YUV 78.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 101 52 155 0.35 0.66 0 0.39 268.54 0.5 0.41
Hex 65 34 9B 23 42 0 27 10D 32 29
Octal 145 64 233 43 102 0 47 415 62 51
Binary 1100101 110100 10011011 100011 1000010 0 100111 100001101 110010 101001

Color Harmonies of #65349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65349B

Black with #65349B

Text Example


Text Example

White with #65349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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