Html Css Color HEX #75027B Purple

📋 copy color: '#75027B'

red 117 ◦ green 2 ◦ blue 123

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

Shades of Purple #75027B

Tints of Purple #75027B

RGB

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

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

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

R = 48.35%
G = 0.83%
B = 50.83%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75027B (or 0x75027B) is known color: Purple. HEX triplet: 75, 02 and 7B. RGB value is (117,2,123). Sum of RGB (Red+Green+Blue) = 117+2+123=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #75027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75027B is #8AFD84. Grayscale: #313131. Windows color (decimal): -9108869 or 8061557. OLE color: 8061557.

HSL color Cylindrical-coordinate representation of color #75027B: hue angle of 297.02º 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 #75027B is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 2 123 -
CMYK 0.05 0.98 0 0.52
HSL 297.02º 0.97% 0.25% -
HSV(B) 297.02º 0.98% 0.48% -
XYZ 10.93 5.26 19.18 -
YUV 50.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 117 2 123 0.05 0.98 0 0.52 297.02 0.97 0.25
Hex 75 2 7B 5 62 0 34 129 61 19
Octal 165 2 173 5 142 0 64 451 141 31
Binary 1110101 10 1111011 101 1100010 0 110100 100101001 1100001 11001

Color Harmonies of #75027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75027B

Black with #75027B

Text Example


Text Example

White with #75027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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