Html Css Color HEX #750467 Purple

📋 copy color: '#750467'

red 117 ◦ green 4 ◦ blue 103

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

Shades of Purple #750467

Tints of Purple #750467

RGB

 RED value IS 117 (46.09% from 255) = 52.23%

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 52.23%
G = 1.79%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#750467 (or 0x750467) is known color: Purple. HEX triplet: 75, 04 and 67. RGB value is (117,4,103). Sum of RGB (Red+Green+Blue) = 117+4+103=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750467 is #8AFB98. Grayscale: #303030. Windows color (decimal): -9108377 or 6751349. OLE color: 6751349.

HSL color Cylindrical-coordinate representation of color #750467: hue angle of 307.43º degrees, saturation: 0.93, 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 #750467 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 103 -
CMYK 0 0.97 0.12 0.54
HSL 307.43º 0.93% 0.24% -
HSV(B) 307.43º 0.97% 0.46% -
XYZ 9.83 4.85 13.25 -
YUV 49.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 117 4 103 0 0.97 0.12 0.54 307.43 0.93 0.24
Hex 75 4 67 0 61 C 36 133 5D 18
Octal 165 4 147 0 141 14 66 463 135 30
Binary 1110101 100 1100111 0 1100001 1100 110110 100110011 1011101 11000

Color Harmonies of #750467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750467

Black with #750467

Text Example


Text Example

White with #750467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750467; }

 p { color: rgb(117,4,103); }

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

background-color css

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

 a { background-color: rgb(117,4,103); }

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

border-color css

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

 span { border-color: rgb(117,4,103); }

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