Html Css Color HEX #6103BB Purple Heart

📋 copy color: '#6103BB'

red 97 ◦ green 3 ◦ blue 187

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

Shades of Purple Heart #6103BB

Tints of Purple Heart #6103BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 33.8%
G = 1.05%
B = 65.16%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6103BB (or 0x6103BB) is known color: Purple Heart. HEX triplet: 61, 03 and BB. RGB value is (97,3,187). Sum of RGB (Red+Green+Blue) = 97+3+187=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #6103BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103BB is #9EFC44. Grayscale: #333333. Windows color (decimal): -10419269 or 12256097. OLE color: 12256097.

HSL color Cylindrical-coordinate representation of color #6103BB: hue angle of 270.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103BB is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 3 187 -
CMYK 0.48 0.98 0 0.27
HSL 270.65º 0.97% 0.37% -
HSV(B) 270.65º 0.98% 0.73% -
XYZ 13.93 6.19 47.48 -
YUV 52.08 204.14 160.04 -
System Red Green Blue C M Y K H S L
Decimal 97 3 187 0.48 0.98 0 0.27 270.65 0.97 0.37
Hex 61 3 BB 30 62 0 1B 10F 61 25
Octal 141 3 273 60 142 0 33 417 141 45
Binary 1100001 11 10111011 110000 1100010 0 11011 100001111 1100001 100101

Color Harmonies of #6103BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103BB

Black with #6103BB

Text Example


Text Example

White with #6103BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6103BB; }

 p { color: rgb(97,3,187); }

 H1.HeaderClassName
 {
   color: #6103BB;
 }
 .AnyTagClassName
 {
   color: #6103BB;
 }
</style>

background-color css

<style>
 a { background-color: #6103BB; }

 a { background-color: rgb(97,3,187); }

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

border-color css

<style>
 span { border-color: #6103BB; }

 span { border-color: rgb(97,3,187); }

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