Html Css Color HEX #6241BC Purple Heart

📋 copy color: '#6241BC'

red 98 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #6241BC

Tints of Purple Heart #6241BC

RGB

 RED value IS 98 (38.67% from 255) = 27.92%

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 27.92%
G = 18.52%
B = 53.56%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6241BC (or 0x6241BC) is known color: Purple Heart. HEX triplet: 62, 41 and BC. RGB value is (98,65,188). Sum of RGB (Red+Green+Blue) = 98+65+188=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #6241BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241BC is #9DBE43. Grayscale: #585858. Windows color (decimal): -10337860 or 12337506. OLE color: 12337506.

HSL color Cylindrical-coordinate representation of color #6241BC: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6241BC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 65 188 -
CMYK 0.48 0.65 0 0.26
HSL 256.1º 0.49% 0.5% -
HSV(B) 256.1º 0.65% 0.74% -
XYZ 16 10.01 48.67 -
YUV 88.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 98 65 188 0.48 0.65 0 0.26 256.1 0.49 0.5
Hex 62 41 BC 30 41 0 1A 100 31 32
Octal 142 101 274 60 101 0 32 400 61 62
Binary 1100010 1000001 10111100 110000 1000001 0 11010 100000000 110001 110010

Color Harmonies of #6241BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6241BC

Black with #6241BC

Text Example


Text Example

White with #6241BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6241BC; }

 p { color: rgb(98,65,188); }

 H1.HeaderClassName
 {
   color: #6241BC;
 }
 .AnyTagClassName
 {
   color: #6241BC;
 }
</style>

background-color css

<style>
 a { background-color: #6241BC; }

 a { background-color: rgb(98,65,188); }

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

border-color css

<style>
 span { border-color: #6241BC; }

 span { border-color: rgb(98,65,188); }

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