Html Css Color HEX #67027E Purple

📋 copy color: '#67027E'

red 103 ◦ green 2 ◦ blue 126

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

Shades of Purple #67027E

Tints of Purple #67027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 44.59%
G = 0.87%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67027E (or 0x67027E) is known color: Purple. HEX triplet: 67, 02 and 7E. RGB value is (103,2,126). Sum of RGB (Red+Green+Blue) = 103+2+126=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #67027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67027E is #98FD81. Grayscale: #2D2D2D. Windows color (decimal): -10026370 or 8258151. OLE color: 8258151.

HSL color Cylindrical-coordinate representation of color #67027E: hue angle of 288.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67027E is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 2 126 -
CMYK 0.18 0.98 0 0.51
HSL 288.87º 0.97% 0.25% -
HSV(B) 288.87º 0.98% 0.49% -
XYZ 9.38 4.43 20.1 -
YUV 46.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 103 2 126 0.18 0.98 0 0.51 288.87 0.97 0.25
Hex 67 2 7E 12 62 0 33 121 61 19
Octal 147 2 176 22 142 0 63 441 141 31
Binary 1100111 10 1111110 10010 1100010 0 110011 100100001 1100001 11001

Color Harmonies of #67027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67027E

Black with #67027E

Text Example


Text Example

White with #67027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67027E; }

 p { color: rgb(103,2,126); }

 H1.HeaderClassName
 {
   color: #67027E;
 }
 .AnyTagClassName
 {
   color: #67027E;
 }
</style>

background-color css

<style>
 a { background-color: #67027E; }

 a { background-color: rgb(103,2,126); }

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

border-color css

<style>
 span { border-color: #67027E; }

 span { border-color: rgb(103,2,126); }

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