Html Css Color HEX #65339C Royal Purple

📋 copy color: '#65339C'

red 101 ◦ green 51 ◦ blue 156

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

Shades of Royal Purple #65339C

Tints of Royal Purple #65339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 32.79%
G = 16.56%
B = 50.65%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65339C (or 0x65339C) is known color: Royal Purple. HEX triplet: 65, 33 and 9C. RGB value is (101,51,156). Sum of RGB (Red+Green+Blue) = 101+51+156=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #65339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339C is #9ACC63. Grayscale: #4D4D4D. Windows color (decimal): -10144868 or 10236773. OLE color: 10236773.

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

Color convert

RGB 101 51 156 -
CMYK 0.35 0.67 0 0.39
HSL 268.57º 0.51% 0.41% -
HSV(B) 268.57º 0.67% 0.61% -
XYZ 12.55 7.53 32.25 -
YUV 77.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 101 51 156 0.35 0.67 0 0.39 268.57 0.51 0.41
Hex 65 33 9C 23 43 0 27 10D 33 29
Octal 145 63 234 43 103 0 47 415 63 51
Binary 1100101 110011 10011100 100011 1000011 0 100111 100001101 110011 101001

Color Harmonies of #65339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65339C

Black with #65339C

Text Example


Text Example

White with #65339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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