Html Css Color HEX #690FBC Purple Heart

📋 copy color: '#690FBC'

red 105 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #690FBC

Tints of Purple Heart #690FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 34.09%
G = 4.87%
B = 61.04%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#690FBC (or 0x690FBC) is known color: Purple Heart. HEX triplet: 69, 0F and BC. RGB value is (105,15,188). Sum of RGB (Red+Green+Blue) = 105+15+188=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #690FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FBC is #96F043. Grayscale: #3D3D3D. Windows color (decimal): -9891908 or 12324713. OLE color: 12324713.

HSL color Cylindrical-coordinate representation of color #690FBC: hue angle of 271.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690FBC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 15 188 -
CMYK 0.44 0.92 0 0.26
HSL 271.21º 0.85% 0.4% -
HSV(B) 271.21º 0.92% 0.74% -
XYZ 15.07 6.98 48.13 -
YUV 61.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 105 15 188 0.44 0.92 0 0.26 271.21 0.85 0.4
Hex 69 F BC 2C 5C 0 1A 10F 55 28
Octal 151 17 274 54 134 0 32 417 125 50
Binary 1101001 1111 10111100 101100 1011100 0 11010 100001111 1010101 101000

Color Harmonies of #690FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FBC

Black with #690FBC

Text Example


Text Example

White with #690FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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