Html Css Color HEX #690ABA Purple Heart

📋 copy color: '#690ABA'

red 105 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #690ABA

Tints of Purple Heart #690ABA

RGB

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

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

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

R = 34.88%
G = 3.32%
B = 61.79%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#690ABA (or 0x690ABA) is known color: Purple Heart. HEX triplet: 69, 0A and BA. RGB value is (105,10,186). Sum of RGB (Red+Green+Blue) = 105+10+186=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #690ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ABA is #96F545. Grayscale: #393939. Windows color (decimal): -9893190 or 12192361. OLE color: 12192361.

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

Color convert

RGB 105 10 186 -
CMYK 0.44 0.95 0 0.27
HSL 272.39º 0.9% 0.38% -
HSV(B) 272.39º 0.95% 0.73% -
XYZ 14.8 6.77 46.98 -
YUV 58.47 199.97 161.19 -
System Red Green Blue C M Y K H S L
Decimal 105 10 186 0.44 0.95 0 0.27 272.39 0.9 0.38
Hex 69 A BA 2C 5F 0 1B 110 5A 26
Octal 151 12 272 54 137 0 33 420 132 46
Binary 1101001 1010 10111010 101100 1011111 0 11011 100010000 1011010 100110

Color Harmonies of #690ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ABA

Black with #690ABA

Text Example


Text Example

White with #690ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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