Html Css Color HEX #68057B Purple

📋 copy color: '#68057B'

red 104 ◦ green 5 ◦ blue 123

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

Shades of Purple #68057B

Tints of Purple #68057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 44.83%
G = 2.16%
B = 53.02%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68057B (or 0x68057B) is known color: Purple. HEX triplet: 68, 05 and 7B. RGB value is (104,5,123). Sum of RGB (Red+Green+Blue) = 104+5+123=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #68057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057B is #97FA84. Grayscale: #2F2F2F. Windows color (decimal): -9960069 or 8062312. OLE color: 8062312.

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

Color convert

RGB 104 5 123 -
CMYK 0.15 0.96 0 0.52
HSL 290.34º 0.92% 0.25% -
HSV(B) 290.34º 0.96% 0.48% -
XYZ 9.34 4.48 19.11 -
YUV 48.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 104 5 123 0.15 0.96 0 0.52 290.34 0.92 0.25
Hex 68 5 7B F 60 0 34 122 5C 19
Octal 150 5 173 17 140 0 64 442 134 31
Binary 1101000 101 1111011 1111 1100000 0 110100 100100010 1011100 11001

Color Harmonies of #68057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68057B

Black with #68057B

Text Example


Text Example

White with #68057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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