Html Css Color HEX #611DCD Purple Heart

📋 copy color: '#611DCD'

red 97 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #611DCD

Tints of Purple Heart #611DCD

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

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

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

R = 29.31%
G = 8.76%
B = 61.93%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#611DCD (or 0x611DCD) is known color: Purple Heart. HEX triplet: 61, 1D and CD. RGB value is (97,29,205). Sum of RGB (Red+Green+Blue) = 97+29+205=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #611DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DCD is #9EE232. Grayscale: #444444. Windows color (decimal): -10412595 or 13442401. OLE color: 13442401.

HSL color Cylindrical-coordinate representation of color #611DCD: hue angle of 263.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611DCD is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 29 205 -
CMYK 0.53 0.86 0 0.20
HSL 263.18º 0.75% 0.46% -
HSV(B) 263.18º 0.86% 0.8% -
XYZ 16.39 7.83 58.4 -
YUV 69.4 204.53 147.69 -
System Red Green Blue C M Y K H S L
Decimal 97 29 205 0.53 0.86 0 0.20 263.18 0.75 0.46
Hex 61 1D CD 35 56 0 14 107 4B 2E
Octal 141 35 315 65 126 0 24 407 113 56
Binary 1100001 11101 11001101 110101 1010110 0 10100 100000111 1001011 101110

Color Harmonies of #611DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DCD

Black with #611DCD

Text Example


Text Example

White with #611DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611DCD; }

 p { color: rgb(97,29,205); }

 H1.HeaderClassName
 {
   color: #611DCD;
 }
 .AnyTagClassName
 {
   color: #611DCD;
 }
</style>

background-color css

<style>
 a { background-color: #611DCD; }

 a { background-color: rgb(97,29,205); }

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

border-color css

<style>
 span { border-color: #611DCD; }

 span { border-color: rgb(97,29,205); }

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