Html Css Color HEX #68047B Purple

📋 copy color: '#68047B'

red 104 ◦ green 4 ◦ blue 123

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

Shades of Purple #68047B

Tints of Purple #68047B

RGB

 RED value IS 104 (41.02% from 255) = 45.02%

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

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

R = 45.02%
G = 1.73%
B = 53.25%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68047B (or 0x68047B) is known color: Purple. HEX triplet: 68, 04 and 7B. RGB value is (104,4,123). Sum of RGB (Red+Green+Blue) = 104+4+123=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #68047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68047B is #97FB84. Grayscale: #2F2F2F. Windows color (decimal): -9960325 or 8062056. OLE color: 8062056.

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

Color convert

RGB 104 4 123 -
CMYK 0.15 0.97 0 0.52
HSL 290.42º 0.94% 0.25% -
HSV(B) 290.42º 0.97% 0.48% -
XYZ 9.33 4.46 19.11 -
YUV 47.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 104 4 123 0.15 0.97 0 0.52 290.42 0.94 0.25
Hex 68 4 7B F 61 0 34 122 5E 19
Octal 150 4 173 17 141 0 64 442 136 31
Binary 1101000 100 1111011 1111 1100001 0 110100 100100010 1011110 11001

Color Harmonies of #68047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68047B

Black with #68047B

Text Example


Text Example

White with #68047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,4,123); }

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

background-color css

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

 a { background-color: rgb(104,4,123); }

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

border-color css

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

 span { border-color: rgb(104,4,123); }

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