Html Css Color HEX #691ADE Purple Heart

📋 copy color: '#691ADE'

red 105 ◦ green 26 ◦ blue 222

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

Shades of Purple Heart #691ADE

Tints of Purple Heart #691ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

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

R = 29.75%
G = 7.37%
B = 62.89%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#691ADE (or 0x691ADE) is known color: Purple Heart. HEX triplet: 69, 1A and DE. RGB value is (105,26,222). Sum of RGB (Red+Green+Blue) = 105+26+222=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #691ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ADE is #96E521. Grayscale: #474747. Windows color (decimal): -9889058 or 14555753. OLE color: 14555753.

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

Color convert

RGB 105 26 222 -
CMYK 0.53 0.88 0 0.13
HSL 264.18º 0.79% 0.49% -
HSV(B) 264.18º 0.88% 0.87% -
XYZ 19.38 9.02 69.83 -
YUV 71.97 212.67 151.56 -
System Red Green Blue C M Y K H S L
Decimal 105 26 222 0.53 0.88 0 0.13 264.18 0.79 0.49
Hex 69 1A DE 35 58 0 D 108 4F 31
Octal 151 32 336 65 130 0 15 410 117 61
Binary 1101001 11010 11011110 110101 1011000 0 1101 100001000 1001111 110001

Color Harmonies of #691ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ADE

Black with #691ADE

Text Example


Text Example

White with #691ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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