Html Css Color HEX #6226BD Purple Heart

📋 copy color: '#6226BD'

red 98 ◦ green 38 ◦ blue 189

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

Shades of Purple Heart #6226BD

Tints of Purple Heart #6226BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 30.15%
G = 11.69%
B = 58.15%

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

#6226BD (or 0x6226BD) is known color: Purple Heart. HEX triplet: 62, 26 and BD. RGB value is (98,38,189). Sum of RGB (Red+Green+Blue) = 98+38+189=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6226BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226BD is #9DD942. Grayscale: #484848. Windows color (decimal): -10344771 or 12396130. OLE color: 12396130.

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

Color convert

RGB 98 38 189 -
CMYK 0.48 0.80 0 0.26
HSL 263.84º 0.67% 0.45% -
HSV(B) 263.84º 0.8% 0.74% -
XYZ 14.92 7.66 48.84 -
YUV 73.15 193.38 145.72 -
System Red Green Blue C M Y K H S L
Decimal 98 38 189 0.48 0.80 0 0.26 263.84 0.67 0.45
Hex 62 26 BD 30 50 0 1A 108 43 2D
Octal 142 46 275 60 120 0 32 410 103 55
Binary 1100010 100110 10111101 110000 1010000 0 11010 100001000 1000011 101101

Color Harmonies of #6226BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226BD

Black with #6226BD

Text Example


Text Example

White with #6226BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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