Html Css Color HEX #690CBD Purple Heart

📋 copy color: '#690CBD'

red 105 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #690CBD

Tints of Purple Heart #690CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

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

R = 34.31%
G = 3.92%
B = 61.76%

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

#690CBD (or 0x690CBD) is known color: Purple Heart. HEX triplet: 69, 0C and BD. RGB value is (105,12,189). Sum of RGB (Red+Green+Blue) = 105+12+189=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #690CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CBD is #96F342. Grayscale: #3B3B3B. Windows color (decimal): -9892675 or 12389481. OLE color: 12389481.

HSL color Cylindrical-coordinate representation of color #690CBD: hue angle of 271.53º degrees, saturation: 0.88, 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 #690CBD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 12 189 -
CMYK 0.44 0.94 0 0.26
HSL 271.53º 0.88% 0.39% -
HSV(B) 271.53º 0.94% 0.74% -
XYZ 15.14 6.94 48.69 -
YUV 59.99 200.81 160.11 -
System Red Green Blue C M Y K H S L
Decimal 105 12 189 0.44 0.94 0 0.26 271.53 0.88 0.39
Hex 69 C BD 2C 5E 0 1A 110 58 27
Octal 151 14 275 54 136 0 32 420 130 47
Binary 1101001 1100 10111101 101100 1011110 0 11010 100010000 1011000 100111

Color Harmonies of #690CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CBD

Black with #690CBD

Text Example


Text Example

White with #690CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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