Html Css Color HEX #691DC0 Purple Heart

📋 copy color: '#691DC0'

red 105 ◦ green 29 ◦ blue 192

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

Shades of Purple Heart #691DC0

Tints of Purple Heart #691DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 32.21%
G = 8.9%
B = 58.9%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#691DC0 (or 0x691DC0) is known color: Purple Heart. HEX triplet: 69, 1D and C0. RGB value is (105,29,192). Sum of RGB (Red+Green+Blue) = 105+29+192=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #691DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DC0 is #96E23F. Grayscale: #454545. Windows color (decimal): -9888320 or 12590441. OLE color: 12590441.

HSL color Cylindrical-coordinate representation of color #691DC0: hue angle of 267.98º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691DC0 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 29 192 -
CMYK 0.45 0.85 0 0.25
HSL 267.98º 0.74% 0.43% -
HSV(B) 267.98º 0.85% 0.75% -
XYZ 15.78 7.69 50.52 -
YUV 70.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 105 29 192 0.45 0.85 0 0.25 267.98 0.74 0.43
Hex 69 1D C0 2D 55 0 19 10C 4A 2B
Octal 151 35 300 55 125 0 31 414 112 53
Binary 1101001 11101 11000000 101101 1010101 0 11001 100001100 1001010 101011

Color Harmonies of #691DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691DC0

Black with #691DC0

Text Example


Text Example

White with #691DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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