Html Css Color HEX #6228BF Purple Heart

📋 copy color: '#6228BF'

red 98 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #6228BF

Tints of Purple Heart #6228BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 29.79%
G = 12.16%
B = 58.05%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6228BF (or 0x6228BF) is known color: Purple Heart. HEX triplet: 62, 28 and BF. RGB value is (98,40,191). Sum of RGB (Red+Green+Blue) = 98+40+191=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #6228BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228BF is #9DD740. Grayscale: #4A4A4A. Windows color (decimal): -10344257 or 12527714. OLE color: 12527714.

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

Color convert

RGB 98 40 191 -
CMYK 0.49 0.79 0 0.25
HSL 263.05º 0.65% 0.45% -
HSV(B) 263.05º 0.79% 0.75% -
XYZ 15.2 7.88 50.01 -
YUV 74.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 98 40 191 0.49 0.79 0 0.25 263.05 0.65 0.45
Hex 62 28 BF 31 4F 0 19 107 41 2D
Octal 142 50 277 61 117 0 31 407 101 55
Binary 1100010 101000 10111111 110001 1001111 0 11001 100000111 1000001 101101

Color Harmonies of #6228BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228BF

Black with #6228BF

Text Example


Text Example

White with #6228BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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