Html Css Color HEX #67007D Purple

📋 copy color: '#67007D'

red 103 ◦ green 0 ◦ blue 125

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

Shades of Purple #67007D

Tints of Purple #67007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 45.18%
G = 0%
B = 54.82%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67007D (or 0x67007D) is known color: Purple. HEX triplet: 67, 00 and 7D. RGB value is (103,0,125). Sum of RGB (Red+Green+Blue) = 103+0+125=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #67007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67007D is #98FF82. Grayscale: #2C2C2C. Windows color (decimal): -10026883 or 8192103. OLE color: 8192103.

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

Color convert

RGB 103 0 125 -
CMYK 0.18 1 0 0.51
HSL 289.44º 1% 0.25% -
HSV(B) 289.44º 1% 0.49% -
XYZ 9.3 4.36 19.75 -
YUV 45.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 103 0 125 0.18 1 0 0.51 289.44 1 0.25
Hex 67 0 7D 12 64 0 33 121 64 19
Octal 147 0 175 22 144 0 63 441 144 31
Binary 1100111 0 1111101 10010 1100100 0 110011 100100001 1100100 11001

Color Harmonies of #67007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67007D

Black with #67007D

Text Example


Text Example

White with #67007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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