Html Css Color HEX #690BBA Purple Heart

📋 copy color: '#690BBA'

red 105 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #690BBA

Tints of Purple Heart #690BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

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

R = 34.77%
G = 3.64%
B = 61.59%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#690BBA (or 0x690BBA) is known color: Purple Heart. HEX triplet: 69, 0B and BA. RGB value is (105,11,186). Sum of RGB (Red+Green+Blue) = 105+11+186=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #690BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BBA is #96F445. Grayscale: #3A3A3A. Windows color (decimal): -9892934 or 12192617. OLE color: 12192617.

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

Color convert

RGB 105 11 186 -
CMYK 0.44 0.94 0 0.27
HSL 272.23º 0.89% 0.39% -
HSV(B) 272.23º 0.94% 0.73% -
XYZ 14.81 6.79 46.98 -
YUV 59.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 105 11 186 0.44 0.94 0 0.27 272.23 0.89 0.39
Hex 69 B BA 2C 5E 0 1B 110 59 27
Octal 151 13 272 54 136 0 33 420 131 47
Binary 1101001 1011 10111010 101100 1011110 0 11011 100010000 1011001 100111

Color Harmonies of #690BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BBA

Black with #690BBA

Text Example


Text Example

White with #690BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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