Html Css Color HEX #691DE0 Purple Heart

📋 copy color: '#691DE0'

red 105 ◦ green 29 ◦ blue 224

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

Shades of Purple Heart #691DE0

Tints of Purple Heart #691DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.57%

R = 29.33%
G = 8.1%
B = 62.57%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#691DE0 (or 0x691DE0) is known color: Purple Heart. HEX triplet: 69, 1D and E0. RGB value is (105,29,224). Sum of RGB (Red+Green+Blue) = 105+29+224=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #691DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DE0 is #96E21F. Grayscale: #494949. Windows color (decimal): -9888288 or 14687593. OLE color: 14687593.

HSL color Cylindrical-coordinate representation of color #691DE0: hue angle of 263.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691DE0 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 29 224 -
CMYK 0.53 0.87 0 0.12
HSL 263.38º 0.77% 0.5% -
HSV(B) 263.38º 0.87% 0.88% -
XYZ 19.72 9.26 71.27 -
YUV 73.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 105 29 224 0.53 0.87 0 0.12 263.38 0.77 0.5
Hex 69 1D E0 35 57 0 C 107 4D 32
Octal 151 35 340 65 127 0 14 407 115 62
Binary 1101001 11101 11100000 110101 1010111 0 1100 100000111 1001101 110010

Color Harmonies of #691DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691DE0

Black with #691DE0

Text Example


Text Example

White with #691DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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