Html Css Color HEX #691DD0 Purple Heart

📋 copy color: '#691DD0'

red 105 ◦ green 29 ◦ blue 208

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

Shades of Purple Heart #691DD0

Tints of Purple Heart #691DD0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 208 (81.64% from 255) = 60.82%

R = 30.7%
G = 8.48%
B = 60.82%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#691DD0 (or 0x691DD0) is known color: Purple Heart. HEX triplet: 69, 1D and D0. RGB value is (105,29,208). Sum of RGB (Red+Green+Blue) = 105+29+208=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #691DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DD0 is #96E22F. Grayscale: #474747. Windows color (decimal): -9888304 or 13639017. OLE color: 13639017.

HSL color Cylindrical-coordinate representation of color #691DD0: hue angle of 265.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691DD0 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 29 208 -
CMYK 0.50 0.86 0 0.18
HSL 265.47º 0.76% 0.46% -
HSV(B) 265.47º 0.86% 0.82% -
XYZ 17.65 8.44 60.37 -
YUV 72.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 105 29 208 0.50 0.86 0 0.18 265.47 0.76 0.46
Hex 69 1D D0 32 56 0 12 109 4C 2E
Octal 151 35 320 62 126 0 22 411 114 56
Binary 1101001 11101 11010000 110010 1010110 0 10010 100001001 1001100 101110

Color Harmonies of #691DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691DD0

Black with #691DD0

Text Example


Text Example

White with #691DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,29,208); }

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

background-color css

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

 a { background-color: rgb(105,29,208); }

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

border-color css

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

 span { border-color: rgb(105,29,208); }

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