Html Css Color HEX #67057C Purple

📋 copy color: '#67057C'

red 103 ◦ green 5 ◦ blue 124

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

Shades of Purple #67057C

Tints of Purple #67057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 44.4%
G = 2.16%
B = 53.45%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67057C (or 0x67057C) is known color: Purple. HEX triplet: 67, 05 and 7C. RGB value is (103,5,124). Sum of RGB (Red+Green+Blue) = 103+5+124=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #67057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67057C is #98FA83. Grayscale: #2F2F2F. Windows color (decimal): -10025604 or 8127847. OLE color: 8127847.

HSL color Cylindrical-coordinate representation of color #67057C: hue angle of 289.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67057C is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 5 124 -
CMYK 0.17 0.96 0 0.51
HSL 289.41º 0.92% 0.25% -
HSV(B) 289.41º 0.96% 0.49% -
XYZ 9.29 4.45 19.44 -
YUV 47.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 103 5 124 0.17 0.96 0 0.51 289.41 0.92 0.25
Hex 67 5 7C 11 60 0 33 121 5C 19
Octal 147 5 174 21 140 0 63 441 134 31
Binary 1100111 101 1111100 10001 1100000 0 110011 100100001 1011100 11001

Color Harmonies of #67057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67057C

Black with #67057C

Text Example


Text Example

White with #67057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67057C; }

 p { color: rgb(103,5,124); }

 H1.HeaderClassName
 {
   color: #67057C;
 }
 .AnyTagClassName
 {
   color: #67057C;
 }
</style>

background-color css

<style>
 a { background-color: #67057C; }

 a { background-color: rgb(103,5,124); }

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

border-color css

<style>
 span { border-color: #67057C; }

 span { border-color: rgb(103,5,124); }

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