Html Css Color HEX #760270 Purple

📋 copy color: '#760270'

red 118 ◦ green 2 ◦ blue 112

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

Shades of Purple #760270

Tints of Purple #760270

RGB

 RED value IS 118 (46.48% from 255) = 50.86%

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

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 50.86%
G = 0.86%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760270 (or 0x760270) is known color: Purple. HEX triplet: 76, 02 and 70. RGB value is (118,2,112). Sum of RGB (Red+Green+Blue) = 118+2+112=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760270 is #89FD8F. Grayscale: #303030. Windows color (decimal): -9043344 or 7340662. OLE color: 7340662.

HSL color Cylindrical-coordinate representation of color #760270: hue angle of 303.1º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760270 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 112 -
CMYK 0 0.98 0.05 0.54
HSL 303.1º 0.97% 0.24% -
HSV(B) 303.1º 0.98% 0.46% -
XYZ 10.42 5.06 15.76 -
YUV 49.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 118 2 112 0 0.98 0.05 0.54 303.1 0.97 0.24
Hex 76 2 70 0 62 5 36 12F 61 18
Octal 166 2 160 0 142 5 66 457 141 30
Binary 1110110 10 1110000 0 1100010 101 110110 100101111 1100001 11000

Color Harmonies of #760270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760270

Black with #760270

Text Example


Text Example

White with #760270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760270; }

 p { color: rgb(118,2,112); }

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

background-color css

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

 a { background-color: rgb(118,2,112); }

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

border-color css

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

 span { border-color: rgb(118,2,112); }

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