Html Css Color HEX #690ABC Purple Heart

📋 copy color: '#690ABC'

red 105 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #690ABC

Tints of Purple Heart #690ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.3%

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

R = 34.65%
G = 3.3%
B = 62.05%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#690ABC (or 0x690ABC) is known color: Purple Heart. HEX triplet: 69, 0A and BC. RGB value is (105,10,188). Sum of RGB (Red+Green+Blue) = 105+10+188=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #690ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ABC is #96F543. Grayscale: #3A3A3A. Windows color (decimal): -9893188 or 12323433. OLE color: 12323433.

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

Color convert

RGB 105 10 188 -
CMYK 0.44 0.95 0 0.26
HSL 272.02º 0.9% 0.39% -
HSV(B) 272.02º 0.95% 0.74% -
XYZ 15.01 6.85 48.11 -
YUV 58.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 105 10 188 0.44 0.95 0 0.26 272.02 0.9 0.39
Hex 69 A BC 2C 5F 0 1A 110 5A 27
Octal 151 12 274 54 137 0 32 420 132 47
Binary 1101001 1010 10111100 101100 1011111 0 11010 100010000 1011010 100111

Color Harmonies of #690ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ABC

Black with #690ABC

Text Example


Text Example

White with #690ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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