Html Css Color HEX #760367 Purple

📋 copy color: '#760367'

red 118 ◦ green 3 ◦ blue 103

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

Shades of Purple #760367

Tints of Purple #760367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 52.68%
G = 1.34%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760367 (or 0x760367) is known color: Purple. HEX triplet: 76, 03 and 67. RGB value is (118,3,103). Sum of RGB (Red+Green+Blue) = 118+3+103=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760367 is #89FC98. Grayscale: #303030. Windows color (decimal): -9043097 or 6751094. OLE color: 6751094.

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

Color convert

RGB 118 3 103 -
CMYK 0 0.97 0.13 0.54
HSL 307.83º 0.95% 0.24% -
HSV(B) 307.83º 0.97% 0.46% -
XYZ 9.95 4.9 13.25 -
YUV 48.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 118 3 103 0 0.97 0.13 0.54 307.83 0.95 0.24
Hex 76 3 67 0 61 D 36 134 5F 18
Octal 166 3 147 0 141 15 66 464 137 30
Binary 1110110 11 1100111 0 1100001 1101 110110 100110100 1011111 11000

Color Harmonies of #760367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760367

Black with #760367

Text Example


Text Example

White with #760367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760367; }

 p { color: rgb(118,3,103); }

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

background-color css

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

 a { background-color: rgb(118,3,103); }

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

border-color css

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

 span { border-color: rgb(118,3,103); }

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