Html Css Color HEX #690678 Purple

📋 copy color: '#690678'

red 105 ◦ green 6 ◦ blue 120

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

Shades of Purple #690678

Tints of Purple #690678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 45.45%
G = 2.6%
B = 51.95%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690678 (or 0x690678) is known color: Purple. HEX triplet: 69, 06 and 78. RGB value is (105,6,120). Sum of RGB (Red+Green+Blue) = 105+6+120=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #690678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690678 is #96F987. Grayscale: #303030. Windows color (decimal): -9894280 or 7865961. OLE color: 7865961.

HSL color Cylindrical-coordinate representation of color #690678: hue angle of 292.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690678 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 6 120 -
CMYK 0.13 0.95 0 0.53
HSL 292.11º 0.9% 0.25% -
HSV(B) 292.11º 0.95% 0.47% -
XYZ 9.28 4.49 18.15 -
YUV 48.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 105 6 120 0.13 0.95 0 0.53 292.11 0.9 0.25
Hex 69 6 78 D 5F 0 35 124 5A 19
Octal 151 6 170 15 137 0 65 444 132 31
Binary 1101001 110 1111000 1101 1011111 0 110101 100100100 1011010 11001

Color Harmonies of #690678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690678

Black with #690678

Text Example


Text Example

White with #690678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690678; }

 p { color: rgb(105,6,120); }

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

background-color css

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

 a { background-color: rgb(105,6,120); }

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

border-color css

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

 span { border-color: rgb(105,6,120); }

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