Html Css Color HEX #67076A Purple

📋 copy color: '#67076A'

red 103 ◦ green 7 ◦ blue 106

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

Shades of Purple #67076A

Tints of Purple #67076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 47.69%
G = 3.24%
B = 49.07%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67076A (or 0x67076A) is known color: Purple. HEX triplet: 67, 07 and 6A. RGB value is (103,7,106). Sum of RGB (Red+Green+Blue) = 103+7+106=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #67076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67076A is #98F895. Grayscale: #2E2E2E. Windows color (decimal): -10025110 or 6948711. OLE color: 6948711.

HSL color Cylindrical-coordinate representation of color #67076A: hue angle of 298.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67076A is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 7 106 -
CMYK 0.03 0.93 0 0.58
HSL 298.18º 0.88% 0.22% -
HSV(B) 298.18º 0.93% 0.42% -
XYZ 8.27 4.08 13.99 -
YUV 46.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 103 7 106 0.03 0.93 0 0.58 298.18 0.88 0.22
Hex 67 7 6A 3 5D 0 3A 12A 58 16
Octal 147 7 152 3 135 0 72 452 130 26
Binary 1100111 111 1101010 11 1011101 0 111010 100101010 1011000 10110

Color Harmonies of #67076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67076A

Black with #67076A

Text Example


Text Example

White with #67076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67076A; }

 p { color: rgb(103,7,106); }

 H1.HeaderClassName
 {
   color: #67076A;
 }
 .AnyTagClassName
 {
   color: #67076A;
 }
</style>

background-color css

<style>
 a { background-color: #67076A; }

 a { background-color: rgb(103,7,106); }

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

border-color css

<style>
 span { border-color: #67076A; }

 span { border-color: rgb(103,7,106); }

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