Html Css Color HEX #670285 Purple

📋 copy color: '#670285'

red 103 ◦ green 2 ◦ blue 133

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

Shades of Purple #670285

Tints of Purple #670285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 43.28%
G = 0.84%
B = 55.88%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#670285 (or 0x670285) is known color: Purple. HEX triplet: 67, 02 and 85. RGB value is (103,2,133). Sum of RGB (Red+Green+Blue) = 103+2+133=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #670285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670285 is #98FD7A. Grayscale: #2E2E2E. Windows color (decimal): -10026363 or 8716903. OLE color: 8716903.

HSL color Cylindrical-coordinate representation of color #670285: hue angle of 286.26º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670285 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 2 133 -
CMYK 0.23 0.98 0 0.48
HSL 286.26º 0.97% 0.26% -
HSV(B) 286.26º 0.98% 0.52% -
XYZ 9.85 4.62 22.56 -
YUV 47.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 103 2 133 0.23 0.98 0 0.48 286.26 0.97 0.26
Hex 67 2 85 17 62 0 30 11E 61 1A
Octal 147 2 205 27 142 0 60 436 141 32
Binary 1100111 10 10000101 10111 1100010 0 110000 100011110 1100001 11010

Color Harmonies of #670285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670285

Black with #670285

Text Example


Text Example

White with #670285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670285; }

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

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

background-color css

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

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

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

border-color css

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

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

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