Html Css Color HEX #691EDE Purple Heart

📋 copy color: '#691EDE'

red 105 ◦ green 30 ◦ blue 222

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

Shades of Purple Heart #691EDE

Tints of Purple Heart #691EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 29.41%
G = 8.4%
B = 62.18%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#691EDE (or 0x691EDE) is known color: Purple Heart. HEX triplet: 69, 1E and DE. RGB value is (105,30,222). Sum of RGB (Red+Green+Blue) = 105+30+222=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #691EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691EDE is #96E121. Grayscale: #494949. Windows color (decimal): -9888034 or 14556777. OLE color: 14556777.

HSL color Cylindrical-coordinate representation of color #691EDE: hue angle of 263.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691EDE is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 30 222 -
CMYK 0.53 0.86 0 0.13
HSL 263.44º 0.76% 0.49% -
HSV(B) 263.44º 0.86% 0.87% -
XYZ 19.47 9.21 69.86 -
YUV 74.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 105 30 222 0.53 0.86 0 0.13 263.44 0.76 0.49
Hex 69 1E DE 35 56 0 D 107 4C 31
Octal 151 36 336 65 126 0 15 407 114 61
Binary 1101001 11110 11011110 110101 1010110 0 1101 100000111 1001100 110001

Color Harmonies of #691EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691EDE

Black with #691EDE

Text Example


Text Example

White with #691EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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