Html Css Color HEX #690BAD Purple Heart

📋 copy color: '#690BAD'

red 105 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #690BAD

Tints of Purple Heart #690BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 36.33%
G = 3.81%
B = 59.86%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#690BAD (or 0x690BAD) is known color: Purple Heart. HEX triplet: 69, 0B and AD. RGB value is (105,11,173). Sum of RGB (Red+Green+Blue) = 105+11+173=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #690BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690BAD is #96F452. Grayscale: #393939. Windows color (decimal): -9892947 or 11340649. OLE color: 11340649.

HSL color Cylindrical-coordinate representation of color #690BAD: hue angle of 274.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690BAD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 11 173 -
CMYK 0.39 0.94 0 0.32
HSL 274.81º 0.88% 0.36% -
HSV(B) 274.81º 0.94% 0.68% -
XYZ 13.49 6.26 40.03 -
YUV 57.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 105 11 173 0.39 0.94 0 0.32 274.81 0.88 0.36
Hex 69 B AD 27 5E 0 20 113 58 24
Octal 151 13 255 47 136 0 40 423 130 44
Binary 1101001 1011 10101101 100111 1011110 0 100000 100010011 1011000 100100

Color Harmonies of #690BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BAD

Black with #690BAD

Text Example


Text Example

White with #690BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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