Html Css Color HEX #6208BA Purple Heart

📋 copy color: '#6208BA'

red 98 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6208BA

Tints of Purple Heart #6208BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 33.56%
G = 2.74%
B = 63.7%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6208BA (or 0x6208BA) is known color: Purple Heart. HEX triplet: 62, 08 and BA. RGB value is (98,8,186). Sum of RGB (Red+Green+Blue) = 98+8+186=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6208BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6208BA is #9DF745. Grayscale: #363636. Windows color (decimal): -10352454 or 12191842. OLE color: 12191842.

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

Color convert

RGB 98 8 186 -
CMYK 0.47 0.96 0 0.27
HSL 270.34º 0.92% 0.38% -
HSV(B) 270.34º 0.96% 0.73% -
XYZ 13.99 6.32 46.94 -
YUV 55.2 201.82 158.53 -
System Red Green Blue C M Y K H S L
Decimal 98 8 186 0.47 0.96 0 0.27 270.34 0.92 0.38
Hex 62 8 BA 2F 60 0 1B 10E 5C 26
Octal 142 10 272 57 140 0 33 416 134 46
Binary 1100010 1000 10111010 101111 1100000 0 11011 100001110 1011100 100110

Color Harmonies of #6208BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6208BA

Black with #6208BA

Text Example


Text Example

White with #6208BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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