Html Css Color HEX #6229BA Purple Heart

📋 copy color: '#6229BA'

red 98 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6229BA

Tints of Purple Heart #6229BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 30.15%
G = 12.62%
B = 57.23%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6229BA (or 0x6229BA) is known color: Purple Heart. HEX triplet: 62, 29 and BA. RGB value is (98,41,186). Sum of RGB (Red+Green+Blue) = 98+41+186=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #6229BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229BA is #9DD645. Grayscale: #4A4A4A. Windows color (decimal): -10344006 or 12200290. OLE color: 12200290.

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

Color convert

RGB 98 41 186 -
CMYK 0.47 0.78 0 0.27
HSL 263.59º 0.64% 0.45% -
HSV(B) 263.59º 0.78% 0.73% -
XYZ 14.69 7.73 47.17 -
YUV 74.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 98 41 186 0.47 0.78 0 0.27 263.59 0.64 0.45
Hex 62 29 BA 2F 4E 0 1B 108 40 2D
Octal 142 51 272 57 116 0 33 410 100 55
Binary 1100010 101001 10111010 101111 1001110 0 11011 100001000 1000000 101101

Color Harmonies of #6229BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6229BA

Black with #6229BA

Text Example


Text Example

White with #6229BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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