Html Css Color HEX #6725BC Purple Heart

📋 copy color: '#6725BC'

red 103 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #6725BC

Tints of Purple Heart #6725BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 31.4%
G = 11.28%
B = 57.32%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6725BC (or 0x6725BC) is known color: Purple Heart. HEX triplet: 67, 25 and BC. RGB value is (103,37,188). Sum of RGB (Red+Green+Blue) = 103+37+188=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6725BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725BC is #98DA43. Grayscale: #494949. Windows color (decimal): -10017348 or 12330343. OLE color: 12330343.

HSL color Cylindrical-coordinate representation of color #6725BC: hue angle of 266.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6725BC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 37 188 -
CMYK 0.45 0.80 0 0.26
HSL 266.23º 0.67% 0.44% -
HSV(B) 266.23º 0.8% 0.74% -
XYZ 15.33 7.84 48.28 -
YUV 73.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 103 37 188 0.45 0.80 0 0.26 266.23 0.67 0.44
Hex 67 25 BC 2D 50 0 1A 10A 43 2C
Octal 147 45 274 55 120 0 32 412 103 54
Binary 1100111 100101 10111100 101101 1010000 0 11010 100001010 1000011 101100

Color Harmonies of #6725BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725BC

Black with #6725BC

Text Example


Text Example

White with #6725BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,37,188); }

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

background-color css

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

 a { background-color: rgb(103,37,188); }

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

border-color css

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

 span { border-color: rgb(103,37,188); }

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