Html Css Color HEX #6307BC Purple Heart

📋 copy color: '#6307BC'

red 99 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #6307BC

Tints of Purple Heart #6307BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 33.67%
G = 2.38%
B = 63.95%

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

#6307BC (or 0x6307BC) is known color: Purple Heart. HEX triplet: 63, 07 and BC. RGB value is (99,7,188). Sum of RGB (Red+Green+Blue) = 99+7+188=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #6307BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307BC is #9CF843. Grayscale: #363636. Windows color (decimal): -10287172 or 12322659. OLE color: 12322659.

HSL color Cylindrical-coordinate representation of color #6307BC: hue angle of 270.5º degrees, saturation: 0.93, 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 #6307BC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 7 188 -
CMYK 0.47 0.96 0 0.26
HSL 270.5º 0.93% 0.38% -
HSV(B) 270.5º 0.96% 0.74% -
XYZ 14.3 6.44 48.07 -
YUV 55.14 202.98 159.28 -
System Red Green Blue C M Y K H S L
Decimal 99 7 188 0.47 0.96 0 0.26 270.5 0.93 0.38
Hex 63 7 BC 2F 60 0 1A 10E 5D 26
Octal 143 7 274 57 140 0 32 416 135 46
Binary 1100011 111 10111100 101111 1100000 0 11010 100001110 1011101 100110

Color Harmonies of #6307BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6307BC

Black with #6307BC

Text Example


Text Example

White with #6307BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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