Html Css Color HEX #6700BD Purple Heart

📋 copy color: '#6700BD'

red 103 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #6700BD

Tints of Purple Heart #6700BD

RGB

 RED value IS 103 (40.63% from 255) = 35.27%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.27%
G = 0%
B = 64.73%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6700BD (or 0x6700BD) is known color: Purple Heart. HEX triplet: 67, 00 and BD. RGB value is (103,0,189). Sum of RGB (Red+Green+Blue) = 103+0+189=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6700BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700BD is #98FF42. Grayscale: #333333. Windows color (decimal): -10026819 or 12386407. OLE color: 12386407.

HSL color Cylindrical-coordinate representation of color #6700BD: hue angle of 272.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700BD is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 0 189 -
CMYK 0.46 1 0 0.26
HSL 272.7º 1% 0.37% -
HSV(B) 272.7º 1% 0.74% -
XYZ 14.78 6.56 48.63 -
YUV 52.34 205.12 164.13 -
System Red Green Blue C M Y K H S L
Decimal 103 0 189 0.46 1 0 0.26 272.7 1 0.37
Hex 67 0 BD 2E 64 0 1A 111 64 25
Octal 147 0 275 56 144 0 32 421 144 45
Binary 1100111 0 10111101 101110 1100100 0 11010 100010001 1100100 100101

Color Harmonies of #6700BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700BD

Black with #6700BD

Text Example


Text Example

White with #6700BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,0,189); }

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

background-color css

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

 a { background-color: rgb(103,0,189); }

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

border-color css

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

 span { border-color: rgb(103,0,189); }

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