Html Css Color HEX #690FB9 Purple Heart

📋 copy color: '#690FB9'

red 105 ◦ green 15 ◦ blue 185

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

Shades of Purple Heart #690FB9

Tints of Purple Heart #690FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 60.66%

R = 34.43%
G = 4.92%
B = 60.66%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#690FB9 (or 0x690FB9) is known color: Purple Heart. HEX triplet: 69, 0F and B9. RGB value is (105,15,185). Sum of RGB (Red+Green+Blue) = 105+15+185=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #690FB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FB9 is #96F046. Grayscale: #3C3C3C. Windows color (decimal): -9891911 or 12128105. OLE color: 12128105.

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

Color convert

RGB 105 15 185 -
CMYK 0.43 0.92 0 0.27
HSL 271.76º 0.85% 0.39% -
HSV(B) 271.76º 0.92% 0.73% -
XYZ 14.75 6.85 46.44 -
YUV 61.29 197.82 159.18 -
System Red Green Blue C M Y K H S L
Decimal 105 15 185 0.43 0.92 0 0.27 271.76 0.85 0.39
Hex 69 F B9 2B 5C 0 1B 110 55 27
Octal 151 17 271 53 134 0 33 420 125 47
Binary 1101001 1111 10111001 101011 1011100 0 11011 100010000 1010101 100111

Color Harmonies of #690FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FB9

Black with #690FB9

Text Example


Text Example

White with #690FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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