Html Css Color HEX #67006D Purple

📋 copy color: '#67006D'

red 103 ◦ green 0 ◦ blue 109

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

Shades of Purple #67006D

Tints of Purple #67006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 48.58%
G = 0%
B = 51.42%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67006D (or 0x67006D) is known color: Purple. HEX triplet: 67, 00 and 6D. RGB value is (103,0,109). Sum of RGB (Red+Green+Blue) = 103+0+109=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #67006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67006D is #98FF92. Grayscale: #2A2A2A. Windows color (decimal): -10026899 or 7143527. OLE color: 7143527.

HSL color Cylindrical-coordinate representation of color #67006D: hue angle of 296.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67006D is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 0 109 -
CMYK 0.06 1 0 0.57
HSL 296.7º 1% 0.21% -
HSV(B) 296.7º 1% 0.43% -
XYZ 8.35 3.99 14.8 -
YUV 43.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 103 0 109 0.06 1 0 0.57 296.7 1 0.21
Hex 67 0 6D 6 64 0 39 129 64 15
Octal 147 0 155 6 144 0 71 451 144 25
Binary 1100111 0 1101101 110 1100100 0 111001 100101001 1100100 10101

Color Harmonies of #67006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67006D

Black with #67006D

Text Example


Text Example

White with #67006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67006D; }

 p { color: rgb(103,0,109); }

 H1.HeaderClassName
 {
   color: #67006D;
 }
 .AnyTagClassName
 {
   color: #67006D;
 }
</style>

background-color css

<style>
 a { background-color: #67006D; }

 a { background-color: rgb(103,0,109); }

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

border-color css

<style>
 span { border-color: #67006D; }

 span { border-color: rgb(103,0,109); }

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