Html Css Color HEX #6241BF Purple Heart

📋 copy color: '#6241BF'

red 98 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #6241BF

Tints of Purple Heart #6241BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 27.68%
G = 18.36%
B = 53.95%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6241BF (or 0x6241BF) is known color: Purple Heart. HEX triplet: 62, 41 and BF. RGB value is (98,65,191). Sum of RGB (Red+Green+Blue) = 98+65+191=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #6241BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241BF is #9DBE40. Grayscale: #585858. Windows color (decimal): -10337857 or 12534114. OLE color: 12534114.

HSL color Cylindrical-coordinate representation of color #6241BF: hue angle of 255.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6241BF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 65 191 -
CMYK 0.49 0.66 0 0.25
HSL 255.71º 0.5% 0.5% -
HSV(B) 255.71º 0.66% 0.75% -
XYZ 16.33 10.14 50.39 -
YUV 89.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 98 65 191 0.49 0.66 0 0.25 255.71 0.5 0.5
Hex 62 41 BF 31 42 0 19 100 32 32
Octal 142 101 277 61 102 0 31 400 62 62
Binary 1100010 1000001 10111111 110001 1000010 0 11001 100000000 110010 110010

Color Harmonies of #6241BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6241BF

Black with #6241BF

Text Example


Text Example

White with #6241BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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