Html Css Color HEX #690DAB Purple Heart

📋 copy color: '#690DAB'

red 105 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #690DAB

Tints of Purple Heart #690DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.5%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 36.33%
G = 4.5%
B = 59.17%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690DAB (or 0x690DAB) is known color: Purple Heart. HEX triplet: 69, 0D and AB. RGB value is (105,13,171). Sum of RGB (Red+Green+Blue) = 105+13+171=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #690DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690DAB is #96F254. Grayscale: #393939. Windows color (decimal): -9892437 or 11210089. OLE color: 11210089.

HSL color Cylindrical-coordinate representation of color #690DAB: hue angle of 274.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690DAB is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 13 171 -
CMYK 0.39 0.92 0 0.33
HSL 274.94º 0.86% 0.36% -
HSV(B) 274.94º 0.92% 0.67% -
XYZ 13.32 6.23 39.03 -
YUV 58.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 105 13 171 0.39 0.92 0 0.33 274.94 0.86 0.36
Hex 69 D AB 27 5C 0 21 113 56 24
Octal 151 15 253 47 134 0 41 423 126 44
Binary 1101001 1101 10101011 100111 1011100 0 100001 100010011 1010110 100100

Color Harmonies of #690DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DAB

Black with #690DAB

Text Example


Text Example

White with #690DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,171); }

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

background-color css

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

 a { background-color: rgb(105,13,171); }

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

border-color css

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

 span { border-color: rgb(105,13,171); }

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