Html Css Color HEX #6229BC Purple Heart

📋 copy color: '#6229BC'

red 98 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #6229BC

Tints of Purple Heart #6229BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 29.97%
G = 12.54%
B = 57.49%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6229BC (or 0x6229BC) is known color: Purple Heart. HEX triplet: 62, 29 and BC. RGB value is (98,41,188). Sum of RGB (Red+Green+Blue) = 98+41+188=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #6229BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229BC is #9DD643. Grayscale: #4A4A4A. Windows color (decimal): -10344004 or 12331362. OLE color: 12331362.

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

Color convert

RGB 98 41 188 -
CMYK 0.48 0.78 0 0.26
HSL 263.27º 0.64% 0.45% -
HSV(B) 263.27º 0.78% 0.74% -
XYZ 14.91 7.81 48.3 -
YUV 74.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 98 41 188 0.48 0.78 0 0.26 263.27 0.64 0.45
Hex 62 29 BC 30 4E 0 1A 107 40 2D
Octal 142 51 274 60 116 0 32 407 100 55
Binary 1100010 101001 10111100 110000 1001110 0 11010 100000111 1000000 101101

Color Harmonies of #6229BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6229BC

Black with #6229BC

Text Example


Text Example

White with #6229BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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