Html Css Color HEX #611CCB Purple Heart

📋 copy color: '#611CCB'

red 97 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #611CCB

Tints of Purple Heart #611CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 29.57%
G = 8.54%
B = 61.89%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#611CCB (or 0x611CCB) is known color: Purple Heart. HEX triplet: 61, 1C and CB. RGB value is (97,28,203). Sum of RGB (Red+Green+Blue) = 97+28+203=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #611CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CCB is #9EE334. Grayscale: #434343. Windows color (decimal): -10412853 or 13311073. OLE color: 13311073.

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

Color convert

RGB 97 28 203 -
CMYK 0.52 0.86 0 0.20
HSL 263.66º 0.76% 0.45% -
HSV(B) 263.66º 0.86% 0.8% -
XYZ 16.12 7.68 57.13 -
YUV 68.58 203.86 148.27 -
System Red Green Blue C M Y K H S L
Decimal 97 28 203 0.52 0.86 0 0.20 263.66 0.76 0.45
Hex 61 1C CB 34 56 0 14 108 4C 2D
Octal 141 34 313 64 126 0 24 410 114 55
Binary 1100001 11100 11001011 110100 1010110 0 10100 100001000 1001100 101101

Color Harmonies of #611CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CCB

Black with #611CCB

Text Example


Text Example

White with #611CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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