Html Css Color HEX #691EE0 Purple Heart

📋 copy color: '#691EE0'

red 105 ◦ green 30 ◦ blue 224

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

Shades of Purple Heart #691EE0

Tints of Purple Heart #691EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 29.25%
G = 8.36%
B = 62.4%

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

#691EE0 (or 0x691EE0) is known color: Purple Heart. HEX triplet: 69, 1E and E0. RGB value is (105,30,224). Sum of RGB (Red+Green+Blue) = 105+30+224=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #691EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691EE0 is #96E11F. Grayscale: #494949. Windows color (decimal): -9888032 or 14687849. OLE color: 14687849.

HSL color Cylindrical-coordinate representation of color #691EE0: hue angle of 263.2º degrees, saturation: 0.76, 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 #691EE0 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 30 224 -
CMYK 0.53 0.87 0 0.12
HSL 263.2º 0.76% 0.5% -
HSV(B) 263.2º 0.87% 0.88% -
XYZ 19.74 9.31 71.28 -
YUV 74.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 105 30 224 0.53 0.87 0 0.12 263.2 0.76 0.5
Hex 69 1E E0 35 57 0 C 107 4C 32
Octal 151 36 340 65 127 0 14 407 114 62
Binary 1101001 11110 11100000 110101 1010111 0 1100 100000111 1001100 110010

Color Harmonies of #691EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691EE0

Black with #691EE0

Text Example


Text Example

White with #691EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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