Html Css Color HEX #691ED7 Purple Heart

📋 copy color: '#691ED7'

red 105 ◦ green 30 ◦ blue 215

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

Shades of Purple Heart #691ED7

Tints of Purple Heart #691ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 30%
G = 8.57%
B = 61.43%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#691ED7 (or 0x691ED7) is known color: Purple Heart. HEX triplet: 69, 1E and D7. RGB value is (105,30,215). Sum of RGB (Red+Green+Blue) = 105+30+215=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #691ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ED7 is #96E128. Grayscale: #484848. Windows color (decimal): -9888041 or 14098025. OLE color: 14098025.

HSL color Cylindrical-coordinate representation of color #691ED7: hue angle of 264.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691ED7 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 30 215 -
CMYK 0.51 0.86 0 0.16
HSL 264.32º 0.76% 0.48% -
HSV(B) 264.32º 0.86% 0.84% -
XYZ 18.56 8.84 65.02 -
YUV 73.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 105 30 215 0.51 0.86 0 0.16 264.32 0.76 0.48
Hex 69 1E D7 33 56 0 10 108 4C 30
Octal 151 36 327 63 126 0 20 410 114 60
Binary 1101001 11110 11010111 110011 1010110 0 10000 100001000 1001100 110000

Color Harmonies of #691ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ED7

Black with #691ED7

Text Example


Text Example

White with #691ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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