Html Css Color HEX #690375 Purple

📋 copy color: '#690375'

red 105 ◦ green 3 ◦ blue 117

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

Shades of Purple #690375

Tints of Purple #690375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 46.67%
G = 1.33%
B = 52%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690375 (or 0x690375) is known color: Purple. HEX triplet: 69, 03 and 75. RGB value is (105,3,117). Sum of RGB (Red+Green+Blue) = 105+3+117=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #690375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690375 is #96FC8A. Grayscale: #2E2E2E. Windows color (decimal): -9895051 or 7668585. OLE color: 7668585.

HSL color Cylindrical-coordinate representation of color #690375: hue angle of 293.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690375 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 3 117 -
CMYK 0.10 0.97 0 0.54
HSL 293.68º 0.95% 0.24% -
HSV(B) 293.68º 0.97% 0.46% -
XYZ 9.07 4.35 17.19 -
YUV 46.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 105 3 117 0.10 0.97 0 0.54 293.68 0.95 0.24
Hex 69 3 75 A 61 0 36 126 5F 18
Octal 151 3 165 12 141 0 66 446 137 30
Binary 1101001 11 1110101 1010 1100001 0 110110 100100110 1011111 11000

Color Harmonies of #690375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690375

Black with #690375

Text Example


Text Example

White with #690375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690375; }

 p { color: rgb(105,3,117); }

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

background-color css

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

 a { background-color: rgb(105,3,117); }

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

border-color css

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

 span { border-color: rgb(105,3,117); }

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