Html Css Color HEX #690FAA Purple Heart

📋 copy color: '#690FAA'

red 105 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #690FAA

Tints of Purple Heart #690FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 36.21%
G = 5.17%
B = 58.62%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690FAA (or 0x690FAA) is known color: Purple Heart. HEX triplet: 69, 0F and AA. RGB value is (105,15,170). Sum of RGB (Red+Green+Blue) = 105+15+170=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #690FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690FAA is #96F055. Grayscale: #3B3B3B. Windows color (decimal): -9891926 or 11145065. OLE color: 11145065.

HSL color Cylindrical-coordinate representation of color #690FAA: hue angle of 274.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690FAA is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 15 170 -
CMYK 0.38 0.91 0 0.33
HSL 274.84º 0.84% 0.36% -
HSV(B) 274.84º 0.91% 0.67% -
XYZ 13.25 6.25 38.54 -
YUV 59.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 105 15 170 0.38 0.91 0 0.33 274.84 0.84 0.36
Hex 69 F AA 26 5B 0 21 113 54 24
Octal 151 17 252 46 133 0 41 423 124 44
Binary 1101001 1111 10101010 100110 1011011 0 100001 100010011 1010100 100100

Color Harmonies of #690FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FAA

Black with #690FAA

Text Example


Text Example

White with #690FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,170); }

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

background-color css

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

 a { background-color: rgb(105,15,170); }

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

border-color css

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

 span { border-color: rgb(105,15,170); }

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