Html Css Color HEX #6103B2 Purple Heart

📋 copy color: '#6103B2'

red 97 ◦ green 3 ◦ blue 178

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

Shades of Purple Heart #6103B2

Tints of Purple Heart #6103B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 64.03%

R = 34.89%
G = 1.08%
B = 64.03%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6103B2 (or 0x6103B2) is known color: Purple Heart. HEX triplet: 61, 03 and B2. RGB value is (97,3,178). Sum of RGB (Red+Green+Blue) = 97+3+178=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #6103B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103B2 is #9EFC4D. Grayscale: #323232. Windows color (decimal): -10419278 or 11666273. OLE color: 11666273.

HSL color Cylindrical-coordinate representation of color #6103B2: hue angle of 272.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103B2 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 3 178 -
CMYK 0.46 0.98 0 0.30
HSL 272.23º 0.97% 0.35% -
HSV(B) 272.23º 0.98% 0.7% -
XYZ 13 5.82 42.56 -
YUV 51.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 97 3 178 0.46 0.98 0 0.30 272.23 0.97 0.35
Hex 61 3 B2 2E 62 0 1E 110 61 23
Octal 141 3 262 56 142 0 36 420 141 43
Binary 1100001 11 10110010 101110 1100010 0 11110 100010000 1100001 100011

Color Harmonies of #6103B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103B2

Black with #6103B2

Text Example


Text Example

White with #6103B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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