Html Css Color HEX #67127F Purple

📋 copy color: '#67127F'

red 103 ◦ green 18 ◦ blue 127

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

Shades of Purple #67127F

Tints of Purple #67127F

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 127 (50% from 255) = 51.21%

R = 41.53%
G = 7.26%
B = 51.21%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#67127F (or 0x67127F) is known color: Purple. HEX triplet: 67, 12 and 7F. RGB value is (103,18,127). Sum of RGB (Red+Green+Blue) = 103+18+127=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #67127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67127F is #98ED80. Grayscale: #373737. Windows color (decimal): -10022273 or 8327783. OLE color: 8327783.

HSL color Cylindrical-coordinate representation of color #67127F: hue angle of 286.79º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67127F is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 18 127 -
CMYK 0.19 0.86 0 0.50
HSL 286.79º 0.75% 0.28% -
HSV(B) 286.79º 0.86% 0.5% -
XYZ 9.64 4.85 20.51 -
YUV 55.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 103 18 127 0.19 0.86 0 0.50 286.79 0.75 0.28
Hex 67 12 7F 13 56 0 32 11F 4B 1C
Octal 147 22 177 23 126 0 62 437 113 34
Binary 1100111 10010 1111111 10011 1010110 0 110010 100011111 1001011 11100

Color Harmonies of #67127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67127F

Black with #67127F

Text Example


Text Example

White with #67127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,18,127); }

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

background-color css

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

 a { background-color: rgb(103,18,127); }

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

border-color css

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

 span { border-color: rgb(103,18,127); }

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