Html Css Color HEX #6308BC Purple Heart

📋 copy color: '#6308BC'

red 99 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #6308BC

Tints of Purple Heart #6308BC

RGB

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

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

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

R = 33.56%
G = 2.71%
B = 63.73%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6308BC (or 0x6308BC) is known color: Purple Heart. HEX triplet: 63, 08 and BC. RGB value is (99,8,188). Sum of RGB (Red+Green+Blue) = 99+8+188=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6308BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6308BC is #9CF743. Grayscale: #373737. Windows color (decimal): -10286916 or 12322915. OLE color: 12322915.

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

Color convert

RGB 99 8 188 -
CMYK 0.47 0.96 0 0.26
HSL 270.33º 0.92% 0.38% -
HSV(B) 270.33º 0.96% 0.74% -
XYZ 14.31 6.46 48.07 -
YUV 55.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 99 8 188 0.47 0.96 0 0.26 270.33 0.92 0.38
Hex 63 8 BC 2F 60 0 1A 10E 5C 26
Octal 143 10 274 57 140 0 32 416 134 46
Binary 1100011 1000 10111100 101111 1100000 0 11010 100001110 1011100 100110

Color Harmonies of #6308BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6308BC

Black with #6308BC

Text Example


Text Example

White with #6308BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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