Html Css Color HEX #690DBA Purple Heart

📋 copy color: '#690DBA'

red 105 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #690DBA

Tints of Purple Heart #690DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 34.54%
G = 4.28%
B = 61.18%

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

#690DBA (or 0x690DBA) is known color: Purple Heart. HEX triplet: 69, 0D and BA. RGB value is (105,13,186). Sum of RGB (Red+Green+Blue) = 105+13+186=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #690DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DBA is #96F245. Grayscale: #3B3B3B. Windows color (decimal): -9892422 or 12193129. OLE color: 12193129.

HSL color Cylindrical-coordinate representation of color #690DBA: hue angle of 271.91º degrees, saturation: 0.87, 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 #690DBA is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 13 186 -
CMYK 0.44 0.93 0 0.27
HSL 271.91º 0.87% 0.39% -
HSV(B) 271.91º 0.93% 0.73% -
XYZ 14.83 6.84 46.99 -
YUV 60.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 105 13 186 0.44 0.93 0 0.27 271.91 0.87 0.39
Hex 69 D BA 2C 5D 0 1B 110 57 27
Octal 151 15 272 54 135 0 33 420 127 47
Binary 1101001 1101 10111010 101100 1011101 0 11011 100010000 1010111 100111

Color Harmonies of #690DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DBA

Black with #690DBA

Text Example


Text Example

White with #690DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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