Html Css Color HEX #65219C Royal Purple

📋 copy color: '#65219C'

red 101 ◦ green 33 ◦ blue 156

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

Shades of Royal Purple #65219C

Tints of Royal Purple #65219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 34.83%
G = 11.38%
B = 53.79%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65219C (or 0x65219C) is known color: Royal Purple. HEX triplet: 65, 21 and 9C. RGB value is (101,33,156). Sum of RGB (Red+Green+Blue) = 101+33+156=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #65219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65219C is #9ADE63. Grayscale: #424242. Windows color (decimal): -10149476 or 10232165. OLE color: 10232165.

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

Color convert

RGB 101 33 156 -
CMYK 0.35 0.79 0 0.39
HSL 273.17º 0.65% 0.37% -
HSV(B) 273.17º 0.79% 0.61% -
XYZ 11.91 6.25 32.03 -
YUV 67.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 101 33 156 0.35 0.79 0 0.39 273.17 0.65 0.37
Hex 65 21 9C 23 4F 0 27 111 41 25
Octal 145 41 234 43 117 0 47 421 101 45
Binary 1100101 100001 10011100 100011 1001111 0 100111 100010001 1000001 100101

Color Harmonies of #65219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65219C

Black with #65219C

Text Example


Text Example

White with #65219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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