Html Css Color HEX #65027C Purple

📋 copy color: '#65027C'

red 101 ◦ green 2 ◦ blue 124

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

Shades of Purple #65027C

Tints of Purple #65027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 44.49%
G = 0.88%
B = 54.63%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65027C (or 0x65027C) is known color: Purple. HEX triplet: 65, 02 and 7C. RGB value is (101,2,124). Sum of RGB (Red+Green+Blue) = 101+2+124=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #65027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65027C is #9AFD83. Grayscale: #2D2D2D. Windows color (decimal): -10157444 or 8127077. OLE color: 8127077.

HSL color Cylindrical-coordinate representation of color #65027C: hue angle of 288.69º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65027C is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 2 124 -
CMYK 0.19 0.98 0 0.51
HSL 288.69º 0.97% 0.25% -
HSV(B) 288.69º 0.98% 0.49% -
XYZ 9.03 4.27 19.42 -
YUV 45.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 101 2 124 0.19 0.98 0 0.51 288.69 0.97 0.25
Hex 65 2 7C 13 62 0 33 121 61 19
Octal 145 2 174 23 142 0 63 441 141 31
Binary 1100101 10 1111100 10011 1100010 0 110011 100100001 1100001 11001

Color Harmonies of #65027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65027C

Black with #65027C

Text Example


Text Example

White with #65027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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