Html Css Color HEX #6308BA Purple Heart

📋 copy color: '#6308BA'

red 99 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #6308BA

Tints of Purple Heart #6308BA

RGB

 RED value IS 99 (39.06% from 255) = 33.79%

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

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

R = 33.79%
G = 2.73%
B = 63.48%

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

#6308BA (or 0x6308BA) is known color: Purple Heart. HEX triplet: 63, 08 and BA. RGB value is (99,8,186). Sum of RGB (Red+Green+Blue) = 99+8+186=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #6308BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308BA is #9CF745. Grayscale: #363636. Windows color (decimal): -10286918 or 12191843. OLE color: 12191843.

HSL color Cylindrical-coordinate representation of color #6308BA: hue angle of 270.67º 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 #6308BA is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 8 186 -
CMYK 0.47 0.96 0 0.27
HSL 270.67º 0.92% 0.38% -
HSV(B) 270.67º 0.96% 0.73% -
XYZ 14.1 6.37 46.94 -
YUV 55.5 201.65 159.03 -
System Red Green Blue C M Y K H S L
Decimal 99 8 186 0.47 0.96 0 0.27 270.67 0.92 0.38
Hex 63 8 BA 2F 60 0 1B 10F 5C 26
Octal 143 10 272 57 140 0 33 417 134 46
Binary 1100011 1000 10111010 101111 1100000 0 11011 100001111 1011100 100110

Color Harmonies of #6308BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308BA

Black with #6308BA

Text Example


Text Example

White with #6308BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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