Html Css Color HEX #6221BF Purple Heart

📋 copy color: '#6221BF'

red 98 ◦ green 33 ◦ blue 191

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

Shades of Purple Heart #6221BF

Tints of Purple Heart #6221BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 30.43%
G = 10.25%
B = 59.32%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6221BF (or 0x6221BF) is known color: Purple Heart. HEX triplet: 62, 21 and BF. RGB value is (98,33,191). Sum of RGB (Red+Green+Blue) = 98+33+191=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #6221BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221BF is #9DDE40. Grayscale: #454545. Windows color (decimal): -10346049 or 12525922. OLE color: 12525922.

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

Color convert

RGB 98 33 191 -
CMYK 0.49 0.83 0 0.25
HSL 264.68º 0.71% 0.44% -
HSV(B) 264.68º 0.83% 0.75% -
XYZ 14.98 7.45 49.94 -
YUV 70.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 98 33 191 0.49 0.83 0 0.25 264.68 0.71 0.44
Hex 62 21 BF 31 53 0 19 109 47 2C
Octal 142 41 277 61 123 0 31 411 107 54
Binary 1100010 100001 10111111 110001 1010011 0 11001 100001001 1000111 101100

Color Harmonies of #6221BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221BF

Black with #6221BF

Text Example


Text Example

White with #6221BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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