Html Css Color HEX #6227BD Purple Heart

📋 copy color: '#6227BD'

red 98 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #6227BD

Tints of Purple Heart #6227BD

RGB

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

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

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

R = 30.06%
G = 11.96%
B = 57.98%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6227BD (or 0x6227BD) is known color: Purple Heart. HEX triplet: 62, 27 and BD. RGB value is (98,39,189). Sum of RGB (Red+Green+Blue) = 98+39+189=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #6227BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227BD is #9DD842. Grayscale: #494949. Windows color (decimal): -10344515 or 12396386. OLE color: 12396386.

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

Color convert

RGB 98 39 189 -
CMYK 0.48 0.79 0 0.26
HSL 263.6º 0.66% 0.45% -
HSV(B) 263.6º 0.79% 0.74% -
XYZ 14.95 7.72 48.85 -
YUV 73.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 98 39 189 0.48 0.79 0 0.26 263.6 0.66 0.45
Hex 62 27 BD 30 4F 0 1A 108 42 2D
Octal 142 47 275 60 117 0 32 410 102 55
Binary 1100010 100111 10111101 110000 1001111 0 11010 100001000 1000010 101101

Color Harmonies of #6227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227BD

Black with #6227BD

Text Example


Text Example

White with #6227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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