Html Css Color HEX #690EBB Purple Heart

📋 copy color: '#690EBB'

red 105 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #690EBB

Tints of Purple Heart #690EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 34.31%
G = 4.58%
B = 61.11%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#690EBB (or 0x690EBB) is known color: Purple Heart. HEX triplet: 69, 0E and BB. RGB value is (105,14,187). Sum of RGB (Red+Green+Blue) = 105+14+187=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #690EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EBB is #96F144. Grayscale: #3C3C3C. Windows color (decimal): -9892165 or 12258921. OLE color: 12258921.

HSL color Cylindrical-coordinate representation of color #690EBB: hue angle of 271.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690EBB is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 14 187 -
CMYK 0.44 0.93 0 0.27
HSL 271.56º 0.86% 0.39% -
HSV(B) 271.56º 0.93% 0.73% -
XYZ 14.95 6.91 47.56 -
YUV 60.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 105 14 187 0.44 0.93 0 0.27 271.56 0.86 0.39
Hex 69 E BB 2C 5D 0 1B 110 56 27
Octal 151 16 273 54 135 0 33 420 126 47
Binary 1101001 1110 10111011 101100 1011101 0 11011 100010000 1010110 100111

Color Harmonies of #690EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EBB

Black with #690EBB

Text Example


Text Example

White with #690EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,14,187); }

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

background-color css

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

 a { background-color: rgb(105,14,187); }

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

border-color css

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

 span { border-color: rgb(105,14,187); }

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