Html Css Color HEX #65025A Palatinate Purple

📋 copy color: '#65025A'

red 101 ◦ green 2 ◦ blue 90

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

Shades of Palatinate Purple #65025A

Tints of Palatinate Purple #65025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 52.33%
G = 1.04%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65025A (or 0x65025A) is known color: Palatinate Purple. HEX triplet: 65, 02 and 5A. RGB value is (101,2,90). Sum of RGB (Red+Green+Blue) = 101+2+90=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65025A is #9AFDA5. Grayscale: #292929. Windows color (decimal): -10157478 or 5898853. OLE color: 5898853.

HSL color Cylindrical-coordinate representation of color #65025A: hue angle of 306.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65025A is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 2 90 -
CMYK 0 0.98 0.11 0.60
HSL 306.67º 0.96% 0.2% -
HSV(B) 306.67º 0.98% 0.4% -
XYZ 7.23 3.55 9.98 -
YUV 41.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 101 2 90 0 0.98 0.11 0.60 306.67 0.96 0.2
Hex 65 2 5A 0 62 B 3C 133 60 14
Octal 145 2 132 0 142 13 74 463 140 24
Binary 1100101 10 1011010 0 1100010 1011 111100 100110011 1100000 10100

Color Harmonies of #65025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65025A

Black with #65025A

Text Example


Text Example

White with #65025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65025A; }

 p { color: rgb(101,2,90); }

 H1.HeaderClassName
 {
   color: #65025A;
 }
 .AnyTagClassName
 {
   color: #65025A;
 }
</style>

background-color css

<style>
 a { background-color: #65025A; }

 a { background-color: rgb(101,2,90); }

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

border-color css

<style>
 span { border-color: #65025A; }

 span { border-color: rgb(101,2,90); }

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