Html Css Color HEX #6625BE Purple Heart

📋 copy color: '#6625BE'

red 102 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6625BE

Tints of Purple Heart #6625BE

RGB

 RED value IS 102 (40.23% from 255) = 31%

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

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

R = 31%
G = 11.25%
B = 57.75%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6625BE (or 0x6625BE) is known color: Purple Heart. HEX triplet: 66, 25 and BE. RGB value is (102,37,190). Sum of RGB (Red+Green+Blue) = 102+37+190=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #6625BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6625BE is #99DA41. Grayscale: #494949. Windows color (decimal): -10082882 or 12461414. OLE color: 12461414.

HSL color Cylindrical-coordinate representation of color #6625BE: hue angle of 265.49º 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 #6625BE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 37 190 -
CMYK 0.46 0.81 0 0.25
HSL 265.49º 0.67% 0.45% -
HSV(B) 265.49º 0.81% 0.75% -
XYZ 15.44 7.87 49.42 -
YUV 73.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 102 37 190 0.46 0.81 0 0.25 265.49 0.67 0.45
Hex 66 25 BE 2E 51 0 19 109 43 2D
Octal 146 45 276 56 121 0 31 411 103 55
Binary 1100110 100101 10111110 101110 1010001 0 11001 100001001 1000011 101101

Color Harmonies of #6625BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6625BE

Black with #6625BE

Text Example


Text Example

White with #6625BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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