Html Css Color HEX #68027B Purple

📋 copy color: '#68027B'

red 104 ◦ green 2 ◦ blue 123

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

Shades of Purple #68027B

Tints of Purple #68027B

RGB

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

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

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

R = 45.41%
G = 0.87%
B = 53.71%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68027B (or 0x68027B) is known color: Purple. HEX triplet: 68, 02 and 7B. RGB value is (104,2,123). Sum of RGB (Red+Green+Blue) = 104+2+123=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #68027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027B is #97FD84. Grayscale: #2D2D2D. Windows color (decimal): -9960837 or 8061544. OLE color: 8061544.

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

Color convert

RGB 104 2 123 -
CMYK 0.15 0.98 0 0.52
HSL 290.58º 0.97% 0.25% -
HSV(B) 290.58º 0.98% 0.48% -
XYZ 9.31 4.42 19.1 -
YUV 46.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 104 2 123 0.15 0.98 0 0.52 290.58 0.97 0.25
Hex 68 2 7B F 62 0 34 123 61 19
Octal 150 2 173 17 142 0 64 443 141 31
Binary 1101000 10 1111011 1111 1100010 0 110100 100100011 1100001 11001

Color Harmonies of #68027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68027B

Black with #68027B

Text Example


Text Example

White with #68027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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