Html Css Color HEX #690067 Purple

📋 copy color: '#690067'

red 105 ◦ green 0 ◦ blue 103

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

Shades of Purple #690067

Tints of Purple #690067

RGB

 RED value IS 105 (41.41% from 255) = 50.48%

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

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

R = 50.48%
G = 0%
B = 49.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#690067 (or 0x690067) is known color: Purple. HEX triplet: 69, 00 and 67. RGB value is (105,0,103). Sum of RGB (Red+Green+Blue) = 105+0+103=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690067 is #96FF98. Grayscale: #2A2A2A. Windows color (decimal): -9895833 or 6750313. OLE color: 6750313.

HSL color Cylindrical-coordinate representation of color #690067: hue angle of 301.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690067 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 0 103 -
CMYK 0 1 0.02 0.59
HSL 301.14º 1% 0.21% -
HSV(B) 301.14º 1% 0.41% -
XYZ 8.27 3.98 13.16 -
YUV 43.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 105 0 103 0 1 0.02 0.59 301.14 1 0.21
Hex 69 0 67 0 64 2 3B 12D 64 15
Octal 151 0 147 0 144 2 73 455 144 25
Binary 1101001 0 1100111 0 1100100 10 111011 100101101 1100100 10101

Color Harmonies of #690067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690067

Black with #690067

Text Example


Text Example

White with #690067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690067; }

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

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

background-color css

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

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

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

border-color css

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

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

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