Html Css Color HEX #690FAE Purple Heart

📋 copy color: '#690FAE'

red 105 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #690FAE

Tints of Purple Heart #690FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 35.71%
G = 5.1%
B = 59.18%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#690FAE (or 0x690FAE) is known color: Purple Heart. HEX triplet: 69, 0F and AE. RGB value is (105,15,174). Sum of RGB (Red+Green+Blue) = 105+15+174=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #690FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690FAE is #96F051. Grayscale: #3B3B3B. Windows color (decimal): -9891922 or 11407209. OLE color: 11407209.

HSL color Cylindrical-coordinate representation of color #690FAE: hue angle of 273.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690FAE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 15 174 -
CMYK 0.40 0.91 0 0.32
HSL 273.96º 0.84% 0.37% -
HSV(B) 273.96º 0.91% 0.68% -
XYZ 13.64 6.4 40.56 -
YUV 60.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 105 15 174 0.40 0.91 0 0.32 273.96 0.84 0.37
Hex 69 F AE 28 5B 0 20 112 54 25
Octal 151 17 256 50 133 0 40 422 124 45
Binary 1101001 1111 10101110 101000 1011011 0 100000 100010010 1010100 100101

Color Harmonies of #690FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FAE

Black with #690FAE

Text Example


Text Example

White with #690FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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