Html Css Color HEX #670267 Purple

📋 copy color: '#670267'

red 103 ◦ green 2 ◦ blue 103

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

Shades of Purple #670267

Tints of Purple #670267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 49.52%
G = 0.96%
B = 49.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#670267 (or 0x670267) is known color: Purple. HEX triplet: 67, 02 and 67. RGB value is (103,2,103). Sum of RGB (Red+Green+Blue) = 103+2+103=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #670267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670267 is #98FD98. Grayscale: #2B2B2B. Windows color (decimal): -10026393 or 6750823. OLE color: 6750823.

HSL color Cylindrical-coordinate representation of color #670267: hue angle of 300º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670267 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 2 103 -
CMYK 0 0.98 0 0.60
HSL 300º 0.96% 0.21% -
HSV(B) 300º 0.98% 0.4% -
XYZ 8.06 3.91 13.16 -
YUV 43.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 103 2 103 0 0.98 0 0.60 300 0.96 0.21
Hex 67 2 67 0 62 0 3C 12C 60 15
Octal 147 2 147 0 142 0 74 454 140 25
Binary 1100111 10 1100111 0 1100010 0 111100 100101100 1100000 10101

Color Harmonies of #670267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670267

Black with #670267

Text Example


Text Example

White with #670267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670267; }

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

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

background-color css

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

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

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

border-color css

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

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

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