Html Css Color HEX #6925BE Purple Heart

📋 copy color: '#6925BE'

red 105 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6925BE

Tints of Purple Heart #6925BE

RGB

 RED value IS 105 (41.41% from 255) = 31.63%

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 31.63%
G = 11.14%
B = 57.23%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6925BE (or 0x6925BE) is known color: Purple Heart. HEX triplet: 69, 25 and BE. RGB value is (105,37,190). Sum of RGB (Red+Green+Blue) = 105+37+190=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6925BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925BE is #96DA41. Grayscale: #4A4A4A. Windows color (decimal): -9886274 or 12461417. OLE color: 12461417.

HSL color Cylindrical-coordinate representation of color #6925BE: hue angle of 266.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6925BE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 37 190 -
CMYK 0.45 0.81 0 0.25
HSL 266.67º 0.67% 0.45% -
HSV(B) 266.67º 0.81% 0.75% -
XYZ 15.78 8.04 49.44 -
YUV 74.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 105 37 190 0.45 0.81 0 0.25 266.67 0.67 0.45
Hex 69 25 BE 2D 51 0 19 10B 43 2D
Octal 151 45 276 55 121 0 31 413 103 55
Binary 1101001 100101 10111110 101101 1010001 0 11001 100001011 1000011 101101

Color Harmonies of #6925BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925BE

Black with #6925BE

Text Example


Text Example

White with #6925BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6925BE; }

 p { color: rgb(105,37,190); }

 H1.HeaderClassName
 {
   color: #6925BE;
 }
 .AnyTagClassName
 {
   color: #6925BE;
 }
</style>

background-color css

<style>
 a { background-color: #6925BE; }

 a { background-color: rgb(105,37,190); }

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

border-color css

<style>
 span { border-color: #6925BE; }

 span { border-color: rgb(105,37,190); }

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