Html Css Color HEX #6227BB Purple Heart

📋 copy color: '#6227BB'

red 98 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #6227BB

Tints of Purple Heart #6227BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 30.25%
G = 12.04%
B = 57.72%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6227BB (or 0x6227BB) is known color: Purple Heart. HEX triplet: 62, 27 and BB. RGB value is (98,39,187). Sum of RGB (Red+Green+Blue) = 98+39+187=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6227BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227BB is #9DD844. Grayscale: #484848. Windows color (decimal): -10344517 or 12265314. OLE color: 12265314.

HSL color Cylindrical-coordinate representation of color #6227BB: hue angle of 263.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6227BB is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 39 187 -
CMYK 0.48 0.79 0 0.27
HSL 263.92º 0.65% 0.44% -
HSV(B) 263.92º 0.79% 0.73% -
XYZ 14.73 7.64 47.71 -
YUV 73.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 98 39 187 0.48 0.79 0 0.27 263.92 0.65 0.44
Hex 62 27 BB 30 4F 0 1B 108 41 2C
Octal 142 47 273 60 117 0 33 410 101 54
Binary 1100010 100111 10111011 110000 1001111 0 11011 100001000 1000001 101100

Color Harmonies of #6227BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227BB

Black with #6227BB

Text Example


Text Example

White with #6227BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6227BB; }

 p { color: rgb(98,39,187); }

 H1.HeaderClassName
 {
   color: #6227BB;
 }
 .AnyTagClassName
 {
   color: #6227BB;
 }
</style>

background-color css

<style>
 a { background-color: #6227BB; }

 a { background-color: rgb(98,39,187); }

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

border-color css

<style>
 span { border-color: #6227BB; }

 span { border-color: rgb(98,39,187); }

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