Html Css Color HEX #691DAC Purple Heart

📋 copy color: '#691DAC'

red 105 ◦ green 29 ◦ blue 172

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

Shades of Purple Heart #691DAC

Tints of Purple Heart #691DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.48%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 34.31%
G = 9.48%
B = 56.21%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#691DAC (or 0x691DAC) is known color: Purple Heart. HEX triplet: 69, 1D and AC. RGB value is (105,29,172). Sum of RGB (Red+Green+Blue) = 105+29+172=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #691DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DAC is #96E253. Grayscale: #434343. Windows color (decimal): -9888340 or 11279721. OLE color: 11279721.

HSL color Cylindrical-coordinate representation of color #691DAC: hue angle of 271.89º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691DAC is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 29 172 -
CMYK 0.39 0.83 0 0.33
HSL 271.89º 0.71% 0.39% -
HSV(B) 271.89º 0.83% 0.67% -
XYZ 13.71 6.86 39.63 -
YUV 68.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 105 29 172 0.39 0.83 0 0.33 271.89 0.71 0.39
Hex 69 1D AC 27 53 0 21 110 47 27
Octal 151 35 254 47 123 0 41 420 107 47
Binary 1101001 11101 10101100 100111 1010011 0 100001 100010000 1000111 100111

Color Harmonies of #691DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691DAC

Black with #691DAC

Text Example


Text Example

White with #691DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691DAC; }

 p { color: rgb(105,29,172); }

 H1.HeaderClassName
 {
   color: #691DAC;
 }
 .AnyTagClassName
 {
   color: #691DAC;
 }
</style>

background-color css

<style>
 a { background-color: #691DAC; }

 a { background-color: rgb(105,29,172); }

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

border-color css

<style>
 span { border-color: #691DAC; }

 span { border-color: rgb(105,29,172); }

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