Html Css Color HEX #6226BC Purple Heart

📋 copy color: '#6226BC'

red 98 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6226BC

Tints of Purple Heart #6226BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

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

R = 30.25%
G = 11.73%
B = 58.02%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6226BC (or 0x6226BC) is known color: Purple Heart. HEX triplet: 62, 26 and BC. RGB value is (98,38,188). Sum of RGB (Red+Green+Blue) = 98+38+188=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6226BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226BC is #9DD943. Grayscale: #484848. Windows color (decimal): -10344772 or 12330594. OLE color: 12330594.

HSL color Cylindrical-coordinate representation of color #6226BC: hue angle of 264º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6226BC is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 38 188 -
CMYK 0.48 0.80 0 0.26
HSL 264º 0.66% 0.44% -
HSV(B) 264º 0.8% 0.74% -
XYZ 14.81 7.61 48.27 -
YUV 73.04 192.88 145.8 -
System Red Green Blue C M Y K H S L
Decimal 98 38 188 0.48 0.80 0 0.26 264 0.66 0.44
Hex 62 26 BC 30 50 0 1A 108 42 2C
Octal 142 46 274 60 120 0 32 410 102 54
Binary 1100010 100110 10111100 110000 1010000 0 11010 100001000 1000010 101100

Color Harmonies of #6226BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226BC

Black with #6226BC

Text Example


Text Example

White with #6226BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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