Html Css Color HEX #690BBD Purple Heart

📋 copy color: '#690BBD'

red 105 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #690BBD

Tints of Purple Heart #690BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 34.43%
G = 3.61%
B = 61.97%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#690BBD (or 0x690BBD) is known color: Purple Heart. HEX triplet: 69, 0B and BD. RGB value is (105,11,189). Sum of RGB (Red+Green+Blue) = 105+11+189=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #690BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BBD is #96F442. Grayscale: #3A3A3A. Windows color (decimal): -9892931 or 12389225. OLE color: 12389225.

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

Color convert

RGB 105 11 189 -
CMYK 0.44 0.94 0 0.26
HSL 271.69º 0.89% 0.39% -
HSV(B) 271.69º 0.94% 0.74% -
XYZ 15.13 6.92 48.68 -
YUV 59.4 201.14 160.53 -
System Red Green Blue C M Y K H S L
Decimal 105 11 189 0.44 0.94 0 0.26 271.69 0.89 0.39
Hex 69 B BD 2C 5E 0 1A 110 59 27
Octal 151 13 275 54 136 0 32 420 131 47
Binary 1101001 1011 10111101 101100 1011110 0 11010 100010000 1011001 100111

Color Harmonies of #690BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BBD

Black with #690BBD

Text Example


Text Example

White with #690BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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