Html Css Color HEX #670366 Purple

📋 copy color: '#670366'

red 103 ◦ green 3 ◦ blue 102

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

Shades of Purple #670366

Tints of Purple #670366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 49.52%
G = 1.44%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#670366 (or 0x670366) is known color: Purple. HEX triplet: 67, 03 and 66. RGB value is (103,3,102). Sum of RGB (Red+Green+Blue) = 103+3+102=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #670366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670366 is #98FC99. Grayscale: #2B2B2B. Windows color (decimal): -10026138 or 6685543. OLE color: 6685543.

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

Color convert

RGB 103 3 102 -
CMYK 0 0.97 0.01 0.60
HSL 300.6º 0.94% 0.21% -
HSV(B) 300.6º 0.97% 0.4% -
XYZ 8.02 3.91 12.9 -
YUV 44.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 103 3 102 0 0.97 0.01 0.60 300.6 0.94 0.21
Hex 67 3 66 0 61 1 3C 12D 5E 15
Octal 147 3 146 0 141 1 74 455 136 25
Binary 1100111 11 1100110 0 1100001 1 111100 100101101 1011110 10101

Color Harmonies of #670366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670366

Black with #670366

Text Example


Text Example

White with #670366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670366; }

 p { color: rgb(103,3,102); }

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

background-color css

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

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

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

border-color css

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

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

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