Html Css Color HEX #691ECD Purple Heart

📋 copy color: '#691ECD'

red 105 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #691ECD

Tints of Purple Heart #691ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 30.88%
G = 8.82%
B = 60.29%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#691ECD (or 0x691ECD) is known color: Purple Heart. HEX triplet: 69, 1E and CD. RGB value is (105,30,205). Sum of RGB (Red+Green+Blue) = 105+30+205=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #691ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ECD is #96E132. Grayscale: #474747. Windows color (decimal): -9888051 or 13442665. OLE color: 13442665.

HSL color Cylindrical-coordinate representation of color #691ECD: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691ECD is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 30 205 -
CMYK 0.49 0.85 0 0.20
HSL 265.71º 0.74% 0.46% -
HSV(B) 265.71º 0.85% 0.8% -
XYZ 17.31 8.34 58.46 -
YUV 72.38 202.85 151.27 -
System Red Green Blue C M Y K H S L
Decimal 105 30 205 0.49 0.85 0 0.20 265.71 0.74 0.46
Hex 69 1E CD 31 55 0 14 10A 4A 2E
Octal 151 36 315 61 125 0 24 412 112 56
Binary 1101001 11110 11001101 110001 1010101 0 10100 100001010 1001010 101110

Color Harmonies of #691ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691ECD

Black with #691ECD

Text Example


Text Example

White with #691ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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