Html Css Color HEX #65195C Palatinate Purple

📋 copy color: '#65195C'

red 101 ◦ green 25 ◦ blue 92

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

Shades of Palatinate Purple #65195C

Tints of Palatinate Purple #65195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 46.33%
G = 11.47%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65195C (or 0x65195C) is known color: Palatinate Purple. HEX triplet: 65, 19 and 5C. RGB value is (101,25,92). Sum of RGB (Red+Green+Blue) = 101+25+92=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65195C is #9AE6A3. Grayscale: #373737. Windows color (decimal): -10151588 or 6035813. OLE color: 6035813.

HSL color Cylindrical-coordinate representation of color #65195C: hue angle of 307.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65195C is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 92 -
CMYK 0 0.75 0.09 0.60
HSL 307.11º 0.6% 0.25% -
HSV(B) 307.11º 0.75% 0.4% -
XYZ 7.65 4.23 10.54 -
YUV 55.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 101 25 92 0 0.75 0.09 0.60 307.11 0.6 0.25
Hex 65 19 5C 0 4B 9 3C 133 3C 19
Octal 145 31 134 0 113 11 74 463 74 31
Binary 1100101 11001 1011100 0 1001011 1001 111100 100110011 111100 11001

Color Harmonies of #65195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65195C

Black with #65195C

Text Example


Text Example

White with #65195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,25,92); }

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

background-color css

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

 a { background-color: rgb(101,25,92); }

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

border-color css

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

 span { border-color: rgb(101,25,92); }

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