Html Css Color HEX #690ABF Purple Heart

📋 copy color: '#690ABF'

red 105 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #690ABF

Tints of Purple Heart #690ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 34.31%
G = 3.27%
B = 62.42%

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

#690ABF (or 0x690ABF) is known color: Purple Heart. HEX triplet: 69, 0A and BF. RGB value is (105,10,191). Sum of RGB (Red+Green+Blue) = 105+10+191=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #690ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ABF is #96F540. Grayscale: #3A3A3A. Windows color (decimal): -9893185 or 12520041. OLE color: 12520041.

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

Color convert

RGB 105 10 191 -
CMYK 0.45 0.95 0 0.25
HSL 271.49º 0.9% 0.39% -
HSV(B) 271.49º 0.95% 0.75% -
XYZ 15.34 6.98 49.83 -
YUV 59.04 202.47 160.78 -
System Red Green Blue C M Y K H S L
Decimal 105 10 191 0.45 0.95 0 0.25 271.49 0.9 0.39
Hex 69 A BF 2D 5F 0 19 10F 5A 27
Octal 151 12 277 55 137 0 31 417 132 47
Binary 1101001 1010 10111111 101101 1011111 0 11001 100001111 1011010 100111

Color Harmonies of #690ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ABF

Black with #690ABF

Text Example


Text Example

White with #690ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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