Html Css Color HEX #690EBA Purple Heart

📋 copy color: '#690EBA'

red 105 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #690EBA

Tints of Purple Heart #690EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 34.43%
G = 4.59%
B = 60.98%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#690EBA (or 0x690EBA) is known color: Purple Heart. HEX triplet: 69, 0E and BA. RGB value is (105,14,186). Sum of RGB (Red+Green+Blue) = 105+14+186=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #690EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EBA is #96F145. Grayscale: #3C3C3C. Windows color (decimal): -9892166 or 12193385. OLE color: 12193385.

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

Color convert

RGB 105 14 186 -
CMYK 0.44 0.92 0 0.27
HSL 271.74º 0.86% 0.39% -
HSV(B) 271.74º 0.92% 0.73% -
XYZ 14.85 6.86 47 -
YUV 60.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 105 14 186 0.44 0.92 0 0.27 271.74 0.86 0.39
Hex 69 E BA 2C 5C 0 1B 110 56 27
Octal 151 16 272 54 134 0 33 420 126 47
Binary 1101001 1110 10111010 101100 1011100 0 11011 100010000 1010110 100111

Color Harmonies of #690EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EBA

Black with #690EBA

Text Example


Text Example

White with #690EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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