Html Css Color HEX #68036F Purple

📋 copy color: '#68036F'

red 104 ◦ green 3 ◦ blue 111

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

Shades of Purple #68036F

Tints of Purple #68036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 47.71%
G = 1.38%
B = 50.92%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68036F (or 0x68036F) is known color: Purple. HEX triplet: 68, 03 and 6F. RGB value is (104,3,111). Sum of RGB (Red+Green+Blue) = 104+3+111=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #68036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68036F is #97FC90. Grayscale: #2D2D2D. Windows color (decimal): -9960593 or 7275368. OLE color: 7275368.

HSL color Cylindrical-coordinate representation of color #68036F: hue angle of 296.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68036F is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 3 111 -
CMYK 0.06 0.97 0 0.56
HSL 296.11º 0.95% 0.22% -
HSV(B) 296.11º 0.97% 0.44% -
XYZ 8.61 4.16 15.39 -
YUV 45.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 104 3 111 0.06 0.97 0 0.56 296.11 0.95 0.22
Hex 68 3 6F 6 61 0 38 128 5F 16
Octal 150 3 157 6 141 0 70 450 137 26
Binary 1101000 11 1101111 110 1100001 0 111000 100101000 1011111 10110

Color Harmonies of #68036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68036F

Black with #68036F

Text Example


Text Example

White with #68036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68036F; }

 p { color: rgb(104,3,111); }

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

background-color css

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

 a { background-color: rgb(104,3,111); }

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

border-color css

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

 span { border-color: rgb(104,3,111); }

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