Html Css Color HEX #65027B Purple

📋 copy color: '#65027B'

red 101 ◦ green 2 ◦ blue 123

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

Shades of Purple #65027B

Tints of Purple #65027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 44.69%
G = 0.88%
B = 54.42%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65027B (or 0x65027B) is known color: Purple. HEX triplet: 65, 02 and 7B. RGB value is (101,2,123). Sum of RGB (Red+Green+Blue) = 101+2+123=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #65027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65027B is #9AFD84. Grayscale: #2D2D2D. Windows color (decimal): -10157445 or 8061541. OLE color: 8061541.

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

Color convert

RGB 101 2 123 -
CMYK 0.18 0.98 0 0.52
HSL 289.09º 0.97% 0.25% -
HSV(B) 289.09º 0.98% 0.48% -
XYZ 8.96 4.24 19.08 -
YUV 45.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 101 2 123 0.18 0.98 0 0.52 289.09 0.97 0.25
Hex 65 2 7B 12 62 0 34 121 61 19
Octal 145 2 173 22 142 0 64 441 141 31
Binary 1100101 10 1111011 10010 1100010 0 110100 100100001 1100001 11001

Color Harmonies of #65027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65027B

Black with #65027B

Text Example


Text Example

White with #65027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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