Html Css Color HEX #690ACC Purple Heart

📋 copy color: '#690ACC'

red 105 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #690ACC

Tints of Purple Heart #690ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 32.92%
G = 3.13%
B = 63.95%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#690ACC (or 0x690ACC) is known color: Purple Heart. HEX triplet: 69, 0A and CC. RGB value is (105,10,204). Sum of RGB (Red+Green+Blue) = 105+10+204=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #690ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ACC is #96F533. Grayscale: #3B3B3B. Windows color (decimal): -9893172 or 13372009. OLE color: 13372009.

HSL color Cylindrical-coordinate representation of color #690ACC: hue angle of 269.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690ACC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 10 204 -
CMYK 0.49 0.95 0 0.2
HSL 269.38º 0.91% 0.42% -
HSV(B) 269.38º 0.95% 0.8% -
XYZ 16.83 7.58 57.7 -
YUV 60.52 208.97 159.73 -
System Red Green Blue C M Y K H S L
Decimal 105 10 204 0.49 0.95 0 0.2 269.38 0.91 0.42
Hex 69 A CC 31 5F 0 14 10D 5B 2A
Octal 151 12 314 61 137 0 24 415 133 52
Binary 1101001 1010 11001100 110001 1011111 0 10100 100001101 1011011 101010

Color Harmonies of #690ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ACC

Black with #690ACC

Text Example


Text Example

White with #690ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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