Html Css Color HEX #690AC0 Purple Heart

📋 copy color: '#690AC0'

red 105 ◦ green 10 ◦ blue 192

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

Shades of Purple Heart #690AC0

Tints of Purple Heart #690AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 34.2%
G = 3.26%
B = 62.54%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#690AC0 (or 0x690AC0) is known color: Purple Heart. HEX triplet: 69, 0A and C0. RGB value is (105,10,192). Sum of RGB (Red+Green+Blue) = 105+10+192=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #690AC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690AC0 is #96F53F. Grayscale: #3A3A3A. Windows color (decimal): -9893184 or 12585577. OLE color: 12585577.

HSL color Cylindrical-coordinate representation of color #690AC0: hue angle of 271.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690AC0 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 10 192 -
CMYK 0.45 0.95 0 0.25
HSL 271.32º 0.9% 0.4% -
HSV(B) 271.32º 0.95% 0.75% -
XYZ 15.45 7.03 50.41 -
YUV 59.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 105 10 192 0.45 0.95 0 0.25 271.32 0.9 0.4
Hex 69 A C0 2D 5F 0 19 10F 5A 28
Octal 151 12 300 55 137 0 31 417 132 50
Binary 1101001 1010 11000000 101101 1011111 0 11001 100001111 1011010 101000

Color Harmonies of #690AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AC0

Black with #690AC0

Text Example


Text Example

White with #690AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690AC0; }

 p { color: rgb(105,10,192); }

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

background-color css

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

 a { background-color: rgb(105,10,192); }

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

border-color css

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

 span { border-color: rgb(105,10,192); }

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