Html Css Color HEX #611CCF Purple Heart

📋 copy color: '#611CCF'

red 97 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #611CCF

Tints of Purple Heart #611CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

 BLUE value IS 207 (81.25% from 255) = 62.35%

R = 29.22%
G = 8.43%
B = 62.35%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#611CCF (or 0x611CCF) is known color: Purple Heart. HEX triplet: 61, 1C and CF. RGB value is (97,28,207). Sum of RGB (Red+Green+Blue) = 97+28+207=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #611CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CCF is #9EE330. Grayscale: #444444. Windows color (decimal): -10412849 or 13573217. OLE color: 13573217.

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

Color convert

RGB 97 28 207 -
CMYK 0.53 0.86 0 0.19
HSL 263.13º 0.76% 0.46% -
HSV(B) 263.13º 0.86% 0.81% -
XYZ 16.61 7.88 59.68 -
YUV 69.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 97 28 207 0.53 0.86 0 0.19 263.13 0.76 0.46
Hex 61 1C CF 35 56 0 13 107 4C 2E
Octal 141 34 317 65 126 0 23 407 114 56
Binary 1100001 11100 11001111 110101 1010110 0 10011 100000111 1001100 101110

Color Harmonies of #611CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CCF

Black with #611CCF

Text Example


Text Example

White with #611CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,28,207); }

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

background-color css

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

 a { background-color: rgb(97,28,207); }

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

border-color css

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

 span { border-color: rgb(97,28,207); }

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