Html Css Color HEX #691ADA Purple Heart

📋 copy color: '#691ADA'

red 105 ◦ green 26 ◦ blue 218

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

Shades of Purple Heart #691ADA

Tints of Purple Heart #691ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 30.09%
G = 7.45%
B = 62.46%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#691ADA (or 0x691ADA) is known color: Purple Heart. HEX triplet: 69, 1A and DA. RGB value is (105,26,218). Sum of RGB (Red+Green+Blue) = 105+26+218=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #691ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ADA is #96E525. Grayscale: #464646. Windows color (decimal): -9889062 or 14293609. OLE color: 14293609.

HSL color Cylindrical-coordinate representation of color #691ADA: hue angle of 264.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691ADA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 26 218 -
CMYK 0.52 0.88 0 0.15
HSL 264.69º 0.79% 0.48% -
HSV(B) 264.69º 0.88% 0.85% -
XYZ 18.85 8.8 67.04 -
YUV 71.51 210.67 151.89 -
System Red Green Blue C M Y K H S L
Decimal 105 26 218 0.52 0.88 0 0.15 264.69 0.79 0.48
Hex 69 1A DA 34 58 0 F 109 4F 30
Octal 151 32 332 64 130 0 17 411 117 60
Binary 1101001 11010 11011010 110100 1011000 0 1111 100001001 1001111 110000

Color Harmonies of #691ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ADA

Black with #691ADA

Text Example


Text Example

White with #691ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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